#7CB875

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

Shades of De York #7CB875

Tints of De York #7CB875

Color information

#7CB875 (or 0x7CB875) is unknown color: approx De York. HEX triplet: 7C, B8 and 75. RGB value is (124,184,117). Sum of RGB (Red+Green+Blue) = 124+184+117=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 184 (72.27% from 255 or 43.29% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB875 is #83478A. Grayscale: #9E9E9E. Windows color (decimal): -8603531 or 7714940. OLE color: 7714940.

HSL color Cylindrical-coordinate representation of color #7CB875: hue angle of 113.73º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CB875 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB124184117-
CMYK0.3300.360.28
HSL113.73º32.06%59.02%-
HSV(B)113.73º36.41%72.16%-
XYZ28.6639.8523.01-
YUV158.42104.62103.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.18%
GREEN value IS 184 (72.27% from 255) = 43.29%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=29.18%
G=43.29%
B=27.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1241841170.3300.360.28113.7332.0659.02
Hex7CB875210241C72203b
Octal17427016541044341624073
Binary11111001011100011101011000010100100111001110010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,184,117); }

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

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

 a { background-color: rgb(124,184,117); }

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

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

 span { border-color: rgb(124,184,117); }

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