Html Css Color HEX #736E06 Olive

📋 copy color: '#736E06'

red 115 ◦ green 110 ◦ blue 6

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

Shades of Olive #736E06

Tints of Olive #736E06

RGB

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

 GREEN value IS 110 (43.36% from 255) = 47.62%

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

R = 49.78%
G = 47.62%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#736E06 (or 0x736E06) is known color: Olive. HEX triplet: 73, 6E and 06. RGB value is (115,110,6). Sum of RGB (Red+Green+Blue) = 115+110+6=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #736E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736E06 is #8C91F9. Grayscale: #646464. Windows color (decimal): -9212410 or 421491. OLE color: 421491.

HSL color Cylindrical-coordinate representation of color #736E06: hue angle of 57.25º 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 #736E06 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 110 6 -
CMYK 0 0.04 0.95 0.55
HSL 57.25º 0.9% 0.24% -
HSV(B) 57.25º 0.95% 0.45% -
XYZ 12.68 14.81 2.36 -
YUV 99.64 75.16 138.96 -
System Red Green Blue C M Y K H S L
Decimal 115 110 6 0 0.04 0.95 0.55 57.25 0.9 0.24
Hex 73 6E 6 0 4 5F 37 39 5A 18
Octal 163 156 6 0 4 137 67 71 132 30
Binary 1110011 1101110 110 0 100 1011111 110111 111001 1011010 11000

Color Harmonies of #736E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736E06

Black with #736E06

Text Example


Text Example

White with #736E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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