Html Css Color HEX #5B6F35 Dark Olive Green

📋 copy color: '#5B6F35'

red 91 ◦ green 111 ◦ blue 53

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

Shades of Dark Olive Green #5B6F35

Tints of Dark Olive Green #5B6F35

RGB

 RED value IS 91 (35.94% from 255) = 35.69%

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

 BLUE value IS 53 (21.09% from 255) = 20.78%

R = 35.69%
G = 43.53%
B = 20.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#5B6F35 (or 0x5B6F35) is known color: Dark Olive Green. HEX triplet: 5B, 6F and 35. RGB value is (91,111,53). Sum of RGB (Red+Green+Blue) = 91+111+53=255 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.69% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 111 - color contains mainly: green. Hex color #5B6F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6F35 is #A490CA. Grayscale: #626262. Windows color (decimal): -10784971 or 3501915. OLE color: 3501915.

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

Color convert

RGB 91 111 53 -
CMYK 0.18 0 0.52 0.56
HSL 80.69º 0.35% 0.32% -
HSV(B) 80.69º 0.52% 0.44% -
XYZ 10.64 13.85 5.48 -
YUV 98.41 102.37 122.72 -
System Red Green Blue C M Y K H S L
Decimal 91 111 53 0.18 0 0.52 0.56 80.69 0.35 0.32
Hex 5B 6F 35 12 0 34 38 51 23 20
Octal 133 157 65 22 0 64 70 121 43 40
Binary 1011011 1101111 110101 10010 0 110100 111000 1010001 100011 100000

Color Harmonies of #5B6F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6F35

Black with #5B6F35

Text Example


Text Example

White with #5B6F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,111,53); }

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

background-color css

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

 a { background-color: rgb(91,111,53); }

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

border-color css

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

 span { border-color: rgb(91,111,53); }

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