#7CBB74

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

Shades of De York #7CBB74

Tints of De York #7CBB74

Color information

#7CBB74 (or 0x7CBB74) is unknown color: approx De York. HEX triplet: 7C, BB and 74. RGB value is (124,187,116). Sum of RGB (Red+Green+Blue) = 124+187+116=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 187 - color contains mainly: green. Hex color #7CBB74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBB74 is #83448B. Grayscale: #A0A0A0. Windows color (decimal): -8602764 or 7650172. OLE color: 7650172.

HSL color Cylindrical-coordinate representation of color #7CBB74: hue angle of 113.24º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CBB74 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB124187116-
CMYK0.3400.380.27
HSL113.24º34.3%59.41%-
HSV(B)113.24º37.97%73.33%-
XYZ29.2341.0922.91-
YUV160.07103.13102.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.04%
GREEN value IS 187 (73.44% from 255) = 43.79%
BLUE value IS 116 (45.70% from 255) = 27.17%
R=29.04%
G=43.79%
B=27.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241871160.3400.380.27113.2434.359.41
Hex7CBB74220261B71223b
Octal17427316442046331614273
Binary11111001011101111101001000100100110110111110001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,187,116); }

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

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

 a { background-color: rgb(124,187,116); }

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

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

 span { border-color: rgb(124,187,116); }

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