Html Css Color HEX #5C8E07 Olive Drab

📋 copy color: '#5C8E07'

red 92 ◦ green 142 ◦ blue 7

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

Shades of Olive Drab #5C8E07

Tints of Olive Drab #5C8E07

RGB

 RED value IS 92 (36.33% from 255) = 38.17%

 GREEN value IS 142 (55.86% from 255) = 58.92%

 BLUE value IS 7 (3.13% from 255) = 2.9%

R = 38.17%
G = 58.92%
B = 2.9%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.95

 K value IS 0.44

RGB Variations

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

Color information

#5C8E07 (or 0x5C8E07) is known color: Olive Drab. HEX triplet: 5C, 8E and 07. RGB value is (92,142,7). Sum of RGB (Red+Green+Blue) = 92+142+7=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 142 (55.86% from 255 or 58.92% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 142 - color contains mainly: green. Hex color #5C8E07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C8E07 is #A371F8. Grayscale: #707070. Windows color (decimal): -10711545 or 495196. OLE color: 495196.

HSL color Cylindrical-coordinate representation of color #5C8E07: hue angle of 82.22º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C8E07 is Cyan = 0.35, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB 92 142 7 -
CMYK 0.35 0 0.95 0.44
HSL 82.22º 0.91% 0.29% -
HSV(B) 82.22º 0.95% 0.56% -
XYZ 14.12 21.64 3.63 -
YUV 111.66 68.94 113.98 -
System Red Green Blue C M Y K H S L
Decimal 92 142 7 0.35 0 0.95 0.44 82.22 0.91 0.29
Hex 5C 8E 7 23 0 5F 2C 52 5B 1D
Octal 134 216 7 43 0 137 54 122 133 35
Binary 1011100 10001110 111 100011 0 1011111 101100 1010010 1011011 11101

Color Harmonies of #5C8E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8E07

Black with #5C8E07

Text Example


Text Example

White with #5C8E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C8E07; }

 p { color: rgb(92,142,7); }

 H1.HeaderClassName
 {
   color: #5C8E07;
 }
 .AnyTagClassName
 {
   color: #5C8E07;
 }
</style>

background-color css

<style>
 a { background-color: #5C8E07; }

 a { background-color: rgb(92,142,7); }

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

border-color css

<style>
 span { border-color: #5C8E07; }

 span { border-color: rgb(92,142,7); }

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