Html Css Color HEX #736805 Olive

📋 copy color: '#736805'

red 115 ◦ green 104 ◦ blue 5

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

Shades of Olive #736805

Tints of Olive #736805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.43%

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

R = 51.34%
G = 46.43%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#736805 (or 0x736805) is known color: Olive. HEX triplet: 73, 68 and 05. RGB value is (115,104,5). Sum of RGB (Red+Green+Blue) = 115+104+5=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #736805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736805 is #8C97FA. Grayscale: #606060. Windows color (decimal): -9213947 or 354419. OLE color: 354419.

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

Color convert

RGB 115 104 5 -
CMYK 0 0.10 0.96 0.55
HSL 54º 0.92% 0.24% -
HSV(B) 54º 0.96% 0.45% -
XYZ 12.05 13.56 2.13 -
YUV 96 76.64 141.55 -
System Red Green Blue C M Y K H S L
Decimal 115 104 5 0 0.10 0.96 0.55 54 0.92 0.24
Hex 73 68 5 0 A 60 37 36 5C 18
Octal 163 150 5 0 12 140 67 66 134 30
Binary 1110011 1101000 101 0 1010 1100000 110111 110110 1011100 11000

Color Harmonies of #736805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736805

Black with #736805

Text Example


Text Example

White with #736805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736805; }

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

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

background-color css

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

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

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

border-color css

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

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

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