#7BCC92

Color #7BCC92 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #7BCC92

Tints of De York #7BCC92

Color information

#7BCC92 (or 0x7BCC92) is unknown color: approx De York. HEX triplet: 7B, CC and 92. RGB value is (123,204,146). Sum of RGB (Red+Green+Blue) = 123+204+146=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCC92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCC92 is #84336D. Grayscale: #ADADAD. Windows color (decimal): -8663918 or 9620603. OLE color: 9620603.

HSL color Cylindrical-coordinate representation of color #7BCC92: hue angle of 137.04º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BCC92 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB123204146-
CMYK0.4000.280.2
HSL137.04º44.26%64.12%-
HSV(B)137.04º39.71%80%-
XYZ34.9549.4734.9-
YUV173.17112.6692.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 26.00%
GREEN value IS 204 (80.08% from 255) = 43.13%
BLUE value IS 146 (57.42% from 255) = 30.87%
R=26.00%
G=43.13%
B=30.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1232041460.4000.280.2137.0444.2664.12
Hex7BCC922801C14892c40
Octal173314222500342421154100
Binary1111011110011001001001010100001110010100100010011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BCC92; }

 p { color: rgb(123,204,146); }

 H1.HeaderClassName
 {
   color: #7BCC92;
 }
 .AnyTagClassName
 {
   color: #7BCC92;
 }
</style>
background-color css

<style>
 a { background-color: #7BCC92; }

 a { background-color: rgb(123,204,146); }

 div.DivClassName
 {
   background-color: #7BCC92;
 }
 .BgClassName
 {
   background-color: #7BCC92;
 }
</style>
border-color css

<style>
 span { border-color: #7BCC92; }

 span { border-color: rgb(123,204,146); }

 td.TdClassName
 {
   border-color: #7BCC92;
 }
 .TagClassName
 {
   border-color: #7BCC92;
 }
</style>