Html Css Color HEX #726A02 Olive

📋 copy color: '#726A02'

red 114 ◦ green 106 ◦ blue 2

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

Shades of Olive #726A02

Tints of Olive #726A02

RGB

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

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

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

R = 51.35%
G = 47.75%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#726A02 (or 0x726A02) is known color: Olive. HEX triplet: 72, 6A and 02. RGB value is (114,106,2). Sum of RGB (Red+Green+Blue) = 114+106+2=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 106 (41.80% from 255 or 47.75% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #726A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726A02 is #8D95FD. Grayscale: #606060. Windows color (decimal): -9278974 or 158322. OLE color: 158322.

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

Color convert

RGB 114 106 2 -
CMYK 0 0.07 0.98 0.55
HSL 55.71º 0.97% 0.23% -
HSV(B) 55.71º 0.98% 0.45% -
XYZ 12.1 13.89 2.1 -
YUV 96.54 74.65 140.46 -
System Red Green Blue C M Y K H S L
Decimal 114 106 2 0 0.07 0.98 0.55 55.71 0.97 0.23
Hex 72 6A 2 0 7 62 37 38 61 17
Octal 162 152 2 0 7 142 67 70 141 27
Binary 1110010 1101010 10 0 111 1100010 110111 111000 1100001 10111

Color Harmonies of #726A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A02

Black with #726A02

Text Example


Text Example

White with #726A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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