Html Css Color HEX #736605 Olive

📋 copy color: '#736605'

red 115 ◦ green 102 ◦ blue 5

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

Shades of Olive #736605

Tints of Olive #736605

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.95%

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

R = 51.8%
G = 45.95%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#736605 (or 0x736605) is known color: Olive. HEX triplet: 73, 66 and 05. RGB value is (115,102,5). Sum of RGB (Red+Green+Blue) = 115+102+5=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #736605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736605 is #8C99FA. Grayscale: #5F5F5F. Windows color (decimal): -9214459 or 353907. OLE color: 353907.

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

Color convert

RGB 115 102 5 -
CMYK 0 0.11 0.96 0.55
HSL 52.91º 0.92% 0.24% -
HSV(B) 52.91º 0.96% 0.45% -
XYZ 11.85 13.16 2.06 -
YUV 94.83 77.31 142.39 -
System Red Green Blue C M Y K H S L
Decimal 115 102 5 0 0.11 0.96 0.55 52.91 0.92 0.24
Hex 73 66 5 0 B 60 37 35 5C 18
Octal 163 146 5 0 13 140 67 65 134 30
Binary 1110011 1100110 101 0 1011 1100000 110111 110101 1011100 11000

Color Harmonies of #736605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736605

Black with #736605

Text Example


Text Example

White with #736605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736605; }

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

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

background-color css

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

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

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

border-color css

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

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

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