Html Css Color HEX #5B7A2C Dark Olive Green

📋 copy color: '#5B7A2C'

red 91 ◦ green 122 ◦ blue 44

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

Shades of Dark Olive Green #5B7A2C

Tints of Dark Olive Green #5B7A2C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 47.47%

 BLUE value IS 44 (17.58% from 255) = 17.12%

R = 35.41%
G = 47.47%
B = 17.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.52

RGB Variations

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

Color information

#5B7A2C (or 0x5B7A2C) is known color: Dark Olive Green. HEX triplet: 5B, 7A and 2C. RGB value is (91,122,44). Sum of RGB (Red+Green+Blue) = 91+122+44=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 122 (48.05% from 255 or 47.47% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 122 - color contains mainly: green. Hex color #5B7A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7A2C is #A485D3. Grayscale: #686868. Windows color (decimal): -10782164 or 2914907. OLE color: 2914907.

HSL color Cylindrical-coordinate representation of color #5B7A2C: hue angle of 83.85º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B7A2C is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.52.

Color convert

RGB 91 122 44 -
CMYK 0.25 0 0.64 0.52
HSL 83.85º 0.47% 0.33% -
HSV(B) 83.85º 0.64% 0.48% -
XYZ 11.73 16.33 4.92 -
YUV 103.84 94.23 118.84 -
System Red Green Blue C M Y K H S L
Decimal 91 122 44 0.25 0 0.64 0.52 83.85 0.47 0.33
Hex 5B 7A 2C 19 0 40 34 54 2F 21
Octal 133 172 54 31 0 100 64 124 57 41
Binary 1011011 1111010 101100 11001 0 1000000 110100 1010100 101111 100001

Color Harmonies of #5B7A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7A2C

Black with #5B7A2C

Text Example


Text Example

White with #5B7A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,122,44); }

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

background-color css

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

 a { background-color: rgb(91,122,44); }

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

border-color css

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

 span { border-color: rgb(91,122,44); }

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