Html Css Color HEX #5C6F2F Dark Olive Green

📋 copy color: '#5C6F2F'

red 92 ◦ green 111 ◦ blue 47

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

Shades of Dark Olive Green #5C6F2F

Tints of Dark Olive Green #5C6F2F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.4%

 BLUE value IS 47 (18.75% from 255) = 18.8%

R = 36.8%
G = 44.4%
B = 18.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#5C6F2F (or 0x5C6F2F) is known color: Dark Olive Green. HEX triplet: 5C, 6F and 2F. RGB value is (92,111,47). Sum of RGB (Red+Green+Blue) = 92+111+47=250 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.8% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 111 - color contains mainly: green. Hex color #5C6F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6F2F is #A390D0. Grayscale: #626262. Windows color (decimal): -10719441 or 3108700. OLE color: 3108700.

HSL color Cylindrical-coordinate representation of color #5C6F2F: hue angle of 77.81º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C6F2F is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 92 111 47 -
CMYK 0.17 0 0.58 0.56
HSL 77.81º 0.41% 0.31% -
HSV(B) 77.81º 0.58% 0.44% -
XYZ 10.61 13.85 4.8 -
YUV 98.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 92 111 47 0.17 0 0.58 0.56 77.81 0.41 0.31
Hex 5C 6F 2F 11 0 3A 38 4E 29 1F
Octal 134 157 57 21 0 72 70 116 51 37
Binary 1011100 1101111 101111 10001 0 111010 111000 1001110 101001 11111

Color Harmonies of #5C6F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6F2F

Black with #5C6F2F

Text Example


Text Example

White with #5C6F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,111,47); }

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

background-color css

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

 a { background-color: rgb(92,111,47); }

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

border-color css

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

 span { border-color: rgb(92,111,47); }

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