Html Css Color HEX #736A02 Olive

📋 copy color: '#736A02'

red 115 ◦ green 106 ◦ blue 2

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

Shades of Olive #736A02

Tints of Olive #736A02

RGB

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

 GREEN value IS 106 (41.8% from 255) = 47.53%

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

R = 51.57%
G = 47.53%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#736A02 (or 0x736A02) is known color: Olive. HEX triplet: 73, 6A and 02. RGB value is (115,106,2). Sum of RGB (Red+Green+Blue) = 115+106+2=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 106 (41.80% from 255 or 47.53% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #736A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736A02 is #8C95FD. Grayscale: #616161. Windows color (decimal): -9213438 or 158323. OLE color: 158323.

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

Color convert

RGB 115 106 2 -
CMYK 0 0.08 0.98 0.55
HSL 55.22º 0.97% 0.23% -
HSV(B) 55.22º 0.98% 0.45% -
XYZ 12.24 13.96 2.11 -
YUV 96.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 115 106 2 0 0.08 0.98 0.55 55.22 0.97 0.23
Hex 73 6A 2 0 8 62 37 37 61 17
Octal 163 152 2 0 10 142 67 67 141 27
Binary 1110011 1101010 10 0 1000 1100010 110111 110111 1100001 10111

Color Harmonies of #736A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A02

Black with #736A02

Text Example


Text Example

White with #736A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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