Html Css Color HEX #736E05 Olive

📋 copy color: '#736E05'

red 115 ◦ green 110 ◦ blue 5

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

Shades of Olive #736E05

Tints of Olive #736E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.17%

R = 50%
G = 47.83%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#736E05 (or 0x736E05) is known color: Olive. HEX triplet: 73, 6E and 05. RGB value is (115,110,5). Sum of RGB (Red+Green+Blue) = 115+110+5=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 110 (43.36% from 255 or 47.83% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #736E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736E05 is #8C91FA. Grayscale: #636363. Windows color (decimal): -9212411 or 355955. OLE color: 355955.

HSL color Cylindrical-coordinate representation of color #736E05: hue angle of 57.27º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #736E05 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 110 5 -
CMYK 0 0.04 0.96 0.55
HSL 57.27º 0.92% 0.24% -
HSV(B) 57.27º 0.96% 0.45% -
XYZ 12.67 14.81 2.33 -
YUV 99.53 74.66 139.04 -
System Red Green Blue C M Y K H S L
Decimal 115 110 5 0 0.04 0.96 0.55 57.27 0.92 0.24
Hex 73 6E 5 0 4 60 37 39 5C 18
Octal 163 156 5 0 4 140 67 71 134 30
Binary 1110011 1101110 101 0 100 1100000 110111 111001 1011100 11000

Color Harmonies of #736E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736E05

Black with #736E05

Text Example


Text Example

White with #736E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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