Html Css Color HEX #5B7926 Dark Olive Green

📋 copy color: '#5B7926'

red 91 ◦ green 121 ◦ blue 38

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

Shades of Dark Olive Green #5B7926

Tints of Dark Olive Green #5B7926

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.4%

 BLUE value IS 38 (15.23% from 255) = 15.2%

R = 36.4%
G = 48.4%
B = 15.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#5B7926 (or 0x5B7926) is known color: Dark Olive Green. HEX triplet: 5B, 79 and 26. RGB value is (91,121,38). Sum of RGB (Red+Green+Blue) = 91+121+38=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #5B7926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7926 is #A486D9. Grayscale: #666666. Windows color (decimal): -10782426 or 2521435. OLE color: 2521435.

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

Color convert

RGB 91 121 38 -
CMYK 0.25 0 0.69 0.53
HSL 81.69º 0.52% 0.31% -
HSV(B) 81.69º 0.69% 0.47% -
XYZ 11.5 16.04 4.32 -
YUV 102.57 91.56 119.75 -
System Red Green Blue C M Y K H S L
Decimal 91 121 38 0.25 0 0.69 0.53 81.69 0.52 0.31
Hex 5B 79 26 19 0 45 35 52 34 1F
Octal 133 171 46 31 0 105 65 122 64 37
Binary 1011011 1111001 100110 11001 0 1000101 110101 1010010 110100 11111

Color Harmonies of #5B7926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7926

Black with #5B7926

Text Example


Text Example

White with #5B7926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,121,38); }

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

background-color css

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

 a { background-color: rgb(91,121,38); }

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

border-color css

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

 span { border-color: rgb(91,121,38); }

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