Html Css Color HEX #736802 Olive

📋 copy color: '#736802'

red 115 ◦ green 104 ◦ blue 2

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

Shades of Olive #736802

Tints of Olive #736802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 52.04%
G = 47.06%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#736802 (or 0x736802) is known color: Olive. HEX triplet: 73, 68 and 02. RGB value is (115,104,2). Sum of RGB (Red+Green+Blue) = 115+104+2=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #736802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736802 is #8C97FD. Grayscale: #606060. Windows color (decimal): -9213950 or 157811. OLE color: 157811.

HSL color Cylindrical-coordinate representation of color #736802: hue angle of 54.16º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #736802 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 104 2 -
CMYK 0 0.10 0.98 0.55
HSL 54.16º 0.97% 0.23% -
HSV(B) 54.16º 0.98% 0.45% -
XYZ 12.03 13.55 2.04 -
YUV 95.66 75.14 141.79 -
System Red Green Blue C M Y K H S L
Decimal 115 104 2 0 0.10 0.98 0.55 54.16 0.97 0.23
Hex 73 68 2 0 A 62 37 36 61 17
Octal 163 150 2 0 12 142 67 66 141 27
Binary 1110011 1101000 10 0 1010 1100010 110111 110110 1100001 10111

Color Harmonies of #736802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736802

Black with #736802

Text Example


Text Example

White with #736802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736802; }

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

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

background-color css

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

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

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

border-color css

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

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

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