Html Css Color HEX #726E02 Olive

📋 copy color: '#726E02'

red 114 ◦ green 110 ◦ blue 2

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

Shades of Olive #726E02

Tints of Olive #726E02

RGB

 RED value IS 114 (44.92% from 255) = 50.44%

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

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

R = 50.44%
G = 48.67%
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

#726E02 (or 0x726E02) is known color: Olive. HEX triplet: 72, 6E and 02. RGB value is (114,110,2). Sum of RGB (Red+Green+Blue) = 114+110+2=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 110 (43.36% from 255 or 48.67% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #726E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726E02 is #8D91FD. Grayscale: #636363. Windows color (decimal): -9277950 or 159346. OLE color: 159346.

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

Color convert

RGB 114 110 2 -
CMYK 0 0.04 0.98 0.55
HSL 57.86º 0.97% 0.23% -
HSV(B) 57.86º 0.98% 0.45% -
XYZ 12.53 14.73 2.24 -
YUV 98.88 73.33 138.78 -
System Red Green Blue C M Y K H S L
Decimal 114 110 2 0 0.04 0.98 0.55 57.86 0.97 0.23
Hex 72 6E 2 0 4 62 37 3A 61 17
Octal 162 156 2 0 4 142 67 72 141 27
Binary 1110010 1101110 10 0 100 1100010 110111 111010 1100001 10111

Color Harmonies of #726E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E02

Black with #726E02

Text Example


Text Example

White with #726E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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