Html Css Color HEX #7CB875 De York

📋 copy color: '#7CB875'

red 124 ◦ green 184 ◦ blue 117

#7CB875
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #7CB875

Tints of De York #7CB875

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 value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#7CB875 (or 0x7CB875) is known color: 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

RGB 124 184 117 -
CMYK 0.33 0 0.36 0.28
HSL 113.73º 0.32% 0.59% -
HSV(B) 113.73º 0.36% 0.72% -
XYZ 28.66 39.85 23.01 -
YUV 158.42 104.62 103.45 -
System Red Green Blue C M Y K H S L
Decimal 124 184 117 0.33 0 0.36 0.28 113.73 0.32 0.59
Hex 7C B8 75 21 0 24 1C 72 20 3B
Octal 174 270 165 41 0 44 34 162 40 73
Binary 1111100 10111000 1110101 100001 0 100100 11100 1110010 100000 111011

Color Harmonies of #7CB875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB875

Black with #7CB875

Text Example


Text Example

White with #7CB875

Text Example


Text Example

HTML Codes & Css Web 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>