Html Css Color HEX #5B7630 Dark Olive Green

📋 copy color: '#5B7630'

red 91 ◦ green 118 ◦ blue 48

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

Shades of Dark Olive Green #5B7630

Tints of Dark Olive Green #5B7630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.68%

R = 35.41%
G = 45.91%
B = 18.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#5B7630 (or 0x5B7630) is known color: Dark Olive Green. HEX triplet: 5B, 76 and 30. RGB value is (91,118,48). Sum of RGB (Red+Green+Blue) = 91+118+48=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #5B7630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7630 is #A489CF. Grayscale: #666666. Windows color (decimal): -10783184 or 3176027. OLE color: 3176027.

HSL color Cylindrical-coordinate representation of color #5B7630: hue angle of 83.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B7630 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 91 118 48 -
CMYK 0.23 0 0.59 0.54
HSL 83.14º 0.42% 0.33% -
HSV(B) 83.14º 0.59% 0.46% -
XYZ 11.33 15.39 5.17 -
YUV 101.95 97.55 120.19 -
System Red Green Blue C M Y K H S L
Decimal 91 118 48 0.23 0 0.59 0.54 83.14 0.42 0.33
Hex 5B 76 30 17 0 3B 36 53 2A 21
Octal 133 166 60 27 0 73 66 123 52 41
Binary 1011011 1110110 110000 10111 0 111011 110110 1010011 101010 100001

Color Harmonies of #5B7630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7630

Black with #5B7630

Text Example


Text Example

White with #5B7630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,118,48); }

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

background-color css

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

 a { background-color: rgb(91,118,48); }

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

border-color css

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

 span { border-color: rgb(91,118,48); }

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