Html Css Color HEX #737008 Olive

📋 copy color: '#737008'

red 115 ◦ green 112 ◦ blue 8

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

Shades of Olive #737008

Tints of Olive #737008

RGB

 RED value IS 115 (45.31% from 255) = 48.94%

 GREEN value IS 112 (44.14% from 255) = 47.66%

 BLUE value IS 8 (3.52% from 255) = 3.4%

R = 48.94%
G = 47.66%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#737008 (or 0x737008) is known color: Olive. HEX triplet: 73, 70 and 08. RGB value is (115,112,8). Sum of RGB (Red+Green+Blue) = 115+112+8=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #737008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737008 is #8C8FF7. Grayscale: #656565. Windows color (decimal): -9211896 or 553075. OLE color: 553075.

HSL color Cylindrical-coordinate representation of color #737008: hue angle of 58.32º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #737008 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 112 8 -
CMYK 0 0.03 0.93 0.55
HSL 58.32º 0.87% 0.24% -
HSV(B) 58.32º 0.93% 0.45% -
XYZ 12.91 15.25 2.49 -
YUV 101.04 75.49 137.96 -
System Red Green Blue C M Y K H S L
Decimal 115 112 8 0 0.03 0.93 0.55 58.32 0.87 0.24
Hex 73 70 8 0 3 5D 37 3A 57 18
Octal 163 160 10 0 3 135 67 72 127 30
Binary 1110011 1110000 1000 0 11 1011101 110111 111010 1010111 11000

Color Harmonies of #737008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737008

Black with #737008

Text Example


Text Example

White with #737008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737008; }

 p { color: rgb(115,112,8); }

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

background-color css

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

 a { background-color: rgb(115,112,8); }

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

border-color css

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

 span { border-color: rgb(115,112,8); }

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