Html Css Color HEX #736302 Olive

📋 copy color: '#736302'

red 115 ◦ green 99 ◦ blue 2

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

Shades of Olive #736302

Tints of Olive #736302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.83%

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

R = 53.24%
G = 45.83%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#736302 (or 0x736302) is known color: Olive. HEX triplet: 73, 63 and 02. RGB value is (115,99,2). Sum of RGB (Red+Green+Blue) = 115+99+2=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #736302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736302 is #8C9CFD. Grayscale: #5D5D5D. Windows color (decimal): -9215230 or 156531. OLE color: 156531.

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

Color convert

RGB 115 99 2 -
CMYK 0 0.14 0.98 0.55
HSL 51.5º 0.97% 0.23% -
HSV(B) 51.5º 0.98% 0.45% -
XYZ 11.54 12.57 1.88 -
YUV 92.73 76.8 143.89 -
System Red Green Blue C M Y K H S L
Decimal 115 99 2 0 0.14 0.98 0.55 51.5 0.97 0.23
Hex 73 63 2 0 E 62 37 34 61 17
Octal 163 143 2 0 16 142 67 64 141 27
Binary 1110011 1100011 10 0 1110 1100010 110111 110100 1100001 10111

Color Harmonies of #736302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736302

Black with #736302

Text Example


Text Example

White with #736302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736302; }

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

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

background-color css

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

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

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

border-color css

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

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

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