Html Css Color HEX #736E02 Olive

📋 copy color: '#736E02'

red 115 ◦ green 110 ◦ blue 2

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

Shades of Olive #736E02

Tints of Olive #736E02

RGB

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

 GREEN value IS 110 (43.36% from 255) = 48.46%

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

R = 50.66%
G = 48.46%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#736E02 (or 0x736E02) is known color: Olive. HEX triplet: 73, 6E and 02. RGB value is (115,110,2). Sum of RGB (Red+Green+Blue) = 115+110+2=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 110 (43.36% from 255 or 48.46% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #736E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736E02 is #8C91FD. Grayscale: #636363. Windows color (decimal): -9212414 or 159347. OLE color: 159347.

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

Color convert

RGB 115 110 2 -
CMYK 0 0.04 0.98 0.55
HSL 57.35º 0.97% 0.23% -
HSV(B) 57.35º 0.98% 0.45% -
XYZ 12.66 14.8 2.25 -
YUV 99.18 73.16 139.28 -
System Red Green Blue C M Y K H S L
Decimal 115 110 2 0 0.04 0.98 0.55 57.35 0.97 0.23
Hex 73 6E 2 0 4 62 37 39 61 17
Octal 163 156 2 0 4 142 67 71 141 27
Binary 1110011 1101110 10 0 100 1100010 110111 111001 1100001 10111

Color Harmonies of #736E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736E02

Black with #736E02

Text Example


Text Example

White with #736E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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