Html Css Color HEX #736F06 Olive

📋 copy color: '#736F06'

red 115 ◦ green 111 ◦ blue 6

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

Shades of Olive #736F06

Tints of Olive #736F06

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.84%

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

R = 49.57%
G = 47.84%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#736F06 (or 0x736F06) is known color: Olive. HEX triplet: 73, 6F and 06. RGB value is (115,111,6). Sum of RGB (Red+Green+Blue) = 115+111+6=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #736F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736F06 is #8C90F9. Grayscale: #646464. Windows color (decimal): -9212154 or 421747. OLE color: 421747.

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

Color convert

RGB 115 111 6 -
CMYK 0 0.03 0.95 0.55
HSL 57.8º 0.9% 0.24% -
HSV(B) 57.8º 0.95% 0.45% -
XYZ 12.79 15.03 2.4 -
YUV 100.23 74.83 138.54 -
System Red Green Blue C M Y K H S L
Decimal 115 111 6 0 0.03 0.95 0.55 57.8 0.9 0.24
Hex 73 6F 6 0 3 5F 37 3A 5A 18
Octal 163 157 6 0 3 137 67 72 132 30
Binary 1110011 1101111 110 0 11 1011111 110111 111010 1011010 11000

Color Harmonies of #736F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F06

Black with #736F06

Text Example


Text Example

White with #736F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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