Html Css Color HEX #5C762E Dark Olive Green

📋 copy color: '#5C762E'

red 92 ◦ green 118 ◦ blue 46

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

Shades of Dark Olive Green #5C762E

Tints of Dark Olive Green #5C762E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.09%

 BLUE value IS 46 (18.36% from 255) = 17.97%

R = 35.94%
G = 46.09%
B = 17.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#5C762E (or 0x5C762E) is known color: Dark Olive Green. HEX triplet: 5C, 76 and 2E. RGB value is (92,118,46). Sum of RGB (Red+Green+Blue) = 92+118+46=256 (33% of max value = 765). Red value is 92 (36.33% from 255 or 35.94% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #5C762E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C762E is #A389D1. Grayscale: #666666. Windows color (decimal): -10717650 or 3044956. OLE color: 3044956.

HSL color Cylindrical-coordinate representation of color #5C762E: hue angle of 81.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C762E is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 118 46 -
CMYK 0.22 0 0.61 0.54
HSL 81.67º 0.44% 0.32% -
HSV(B) 81.67º 0.61% 0.46% -
XYZ 11.39 15.43 4.96 -
YUV 102.02 96.39 120.85 -
System Red Green Blue C M Y K H S L
Decimal 92 118 46 0.22 0 0.61 0.54 81.67 0.44 0.32
Hex 5C 76 2E 16 0 3D 36 52 2C 20
Octal 134 166 56 26 0 75 66 122 54 40
Binary 1011100 1110110 101110 10110 0 111101 110110 1010010 101100 100000

Color Harmonies of #5C762E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C762E

Black with #5C762E

Text Example


Text Example

White with #5C762E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,118,46); }

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

background-color css

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

 a { background-color: rgb(92,118,46); }

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

border-color css

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

 span { border-color: rgb(92,118,46); }

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