Html Css Color HEX #736706 Olive

📋 copy color: '#736706'

red 115 ◦ green 103 ◦ blue 6

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

Shades of Olive #736706

Tints of Olive #736706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.68%

R = 51.34%
G = 45.98%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#736706 (or 0x736706) is known color: Olive. HEX triplet: 73, 67 and 06. RGB value is (115,103,6). Sum of RGB (Red+Green+Blue) = 115+103+6=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #736706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736706 is #8C98F9. Grayscale: #5F5F5F. Windows color (decimal): -9214202 or 419699. OLE color: 419699.

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

Color convert

RGB 115 103 6 -
CMYK 0 0.10 0.95 0.55
HSL 53.39º 0.9% 0.24% -
HSV(B) 53.39º 0.95% 0.45% -
XYZ 11.95 13.36 2.12 -
YUV 95.53 77.48 141.89 -
System Red Green Blue C M Y K H S L
Decimal 115 103 6 0 0.10 0.95 0.55 53.39 0.9 0.24
Hex 73 67 6 0 A 5F 37 35 5A 18
Octal 163 147 6 0 12 137 67 65 132 30
Binary 1110011 1100111 110 0 1010 1011111 110111 110101 1011010 11000

Color Harmonies of #736706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736706

Black with #736706

Text Example


Text Example

White with #736706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736706; }

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

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

background-color css

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

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

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

border-color css

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

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

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