Html Css Color HEX #736202 Olive

📋 copy color: '#736202'

red 115 ◦ green 98 ◦ blue 2

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

Shades of Olive #736202

Tints of Olive #736202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.58%

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

R = 53.49%
G = 45.58%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#736202 (or 0x736202) is known color: Olive. HEX triplet: 73, 62 and 02. RGB value is (115,98,2). Sum of RGB (Red+Green+Blue) = 115+98+2=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #736202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736202 is #8C9DFD. Grayscale: #5C5C5C. Windows color (decimal): -9215486 or 156275. OLE color: 156275.

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

Color convert

RGB 115 98 2 -
CMYK 0 0.15 0.98 0.55
HSL 50.97º 0.97% 0.23% -
HSV(B) 50.97º 0.98% 0.45% -
XYZ 11.45 12.38 1.84 -
YUV 92.14 77.13 144.31 -
System Red Green Blue C M Y K H S L
Decimal 115 98 2 0 0.15 0.98 0.55 50.97 0.97 0.23
Hex 73 62 2 0 F 62 37 33 61 17
Octal 163 142 2 0 17 142 67 63 141 27
Binary 1110011 1100010 10 0 1111 1100010 110111 110011 1100001 10111

Color Harmonies of #736202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736202

Black with #736202

Text Example


Text Example

White with #736202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736202; }

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

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

background-color css

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

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

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

border-color css

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

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

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