#7CBD77

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

Shades of De York #7CBD77

Tints of De York #7CBD77

Color information

#7CBD77 (or 0x7CBD77) is unknown color: approx De York. HEX triplet: 7C, BD and 77. RGB value is (124,189,119). Sum of RGB (Red+Green+Blue) = 124+189+119=432 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.70% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBD77 is #834288. Grayscale: #A1A1A1. Windows color (decimal): -8602249 or 7847292. OLE color: 7847292.

HSL color Cylindrical-coordinate representation of color #7CBD77: hue angle of 115.71º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CBD77 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB124189119-
CMYK0.3400.370.26
HSL115.71º34.65%60.39%-
HSV(B)115.71º37.04%74.12%-
XYZ29.8442.0123.99-
YUV161.58103.97101.19-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.70%
GREEN value IS 189 (74.22% from 255) = 43.75%
BLUE value IS 119 (46.88% from 255) = 27.55%
R=28.70%
G=43.75%
B=27.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241891190.3400.370.26115.7134.6560.39
Hex7CBD77220251A74233c
Octal17427516742045321644374
Binary11111001011110111101111000100100101110101110100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,189,119); }

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

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

 a { background-color: rgb(124,189,119); }

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

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

 span { border-color: rgb(124,189,119); }

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