Html Css Color HEX #7CB974 De York

📋 copy color: '#7CB974'

red 124 ◦ green 185 ◦ blue 116

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

Shades of De York #7CB974

Tints of De York #7CB974

RGB

 RED value IS 124 (48.83% from 255) = 29.18%

 GREEN value IS 185 (72.66% from 255) = 43.53%

 BLUE value IS 116 (45.7% from 255) = 27.29%

R = 29.18%
G = 43.53%
B = 27.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#7CB974 (or 0x7CB974) is known color: De York. HEX triplet: 7C, B9 and 74. RGB value is (124,185,116). Sum of RGB (Red+Green+Blue) = 124+185+116=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB974 is #83468B. Grayscale: #9F9F9F. Windows color (decimal): -8603276 or 7649660. OLE color: 7649660.

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

Color convert

RGB 124 185 116 -
CMYK 0.33 0 0.37 0.27
HSL 113.04º 0.33% 0.59% -
HSV(B) 113.04º 0.37% 0.73% -
XYZ 28.81 40.24 22.77 -
YUV 158.9 103.79 103.11 -
System Red Green Blue C M Y K H S L
Decimal 124 185 116 0.33 0 0.37 0.27 113.04 0.33 0.59
Hex 7C B9 74 21 0 25 1B 71 21 3B
Octal 174 271 164 41 0 45 33 161 41 73
Binary 1111100 10111001 1110100 100001 0 100101 11011 1110001 100001 111011

Color Harmonies of #7CB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB974

Black with #7CB974

Text Example


Text Example

White with #7CB974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CB974;
 }
 .AnyTagClassName
 {
   color: #7CB974;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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