Html Css Color HEX #7CBA74 De York

📋 copy color: '#7CBA74'

red 124 ◦ green 186 ◦ blue 116

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

Shades of De York #7CBA74

Tints of De York #7CBA74

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.66%

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

R = 29.11%
G = 43.66%
B = 27.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#7CBA74 (or 0x7CBA74) is known color: De York. HEX triplet: 7C, BA and 74. RGB value is (124,186,116). Sum of RGB (Red+Green+Blue) = 124+186+116=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBA74 is #83458B. Grayscale: #9F9F9F. Windows color (decimal): -8603020 or 7649916. OLE color: 7649916.

HSL color Cylindrical-coordinate representation of color #7CBA74: hue angle of 113.14º 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 #7CBA74 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 186 116 -
CMYK 0.33 0 0.38 0.27
HSL 113.14º 0.34% 0.59% -
HSV(B) 113.14º 0.38% 0.73% -
XYZ 29.02 40.66 22.84 -
YUV 159.48 103.46 102.69 -
System Red Green Blue C M Y K H S L
Decimal 124 186 116 0.33 0 0.38 0.27 113.14 0.34 0.59
Hex 7C BA 74 21 0 26 1B 71 22 3B
Octal 174 272 164 41 0 46 33 161 42 73
Binary 1111100 10111010 1110100 100001 0 100110 11011 1110001 100010 111011

Color Harmonies of #7CBA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBA74

Black with #7CBA74

Text Example


Text Example

White with #7CBA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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