Html Css Color HEX #736708 Olive

📋 copy color: '#736708'

red 115 ◦ green 103 ◦ blue 8

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

Shades of Olive #736708

Tints of Olive #736708

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.58%

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

R = 50.88%
G = 45.58%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#736708 (or 0x736708) is known color: Olive. HEX triplet: 73, 67 and 08. RGB value is (115,103,8). Sum of RGB (Red+Green+Blue) = 115+103+8=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #736708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736708 is #8C98F7. Grayscale: #606060. Windows color (decimal): -9214200 or 550771. OLE color: 550771.

HSL color Cylindrical-coordinate representation of color #736708: hue angle of 53.27º 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 #736708 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 103 8 -
CMYK 0 0.10 0.93 0.55
HSL 53.27º 0.87% 0.24% -
HSV(B) 53.27º 0.93% 0.45% -
XYZ 11.96 13.36 2.18 -
YUV 95.76 78.48 141.72 -
System Red Green Blue C M Y K H S L
Decimal 115 103 8 0 0.10 0.93 0.55 53.27 0.87 0.24
Hex 73 67 8 0 A 5D 37 35 57 18
Octal 163 147 10 0 12 135 67 65 127 30
Binary 1110011 1100111 1000 0 1010 1011101 110111 110101 1010111 11000

Color Harmonies of #736708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736708

Black with #736708

Text Example


Text Example

White with #736708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736708; }

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

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

background-color css

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

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

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

border-color css

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

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

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