Html Css Color HEX #726702 Olive

📋 copy color: '#726702'

red 114 ◦ green 103 ◦ blue 2

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

Shades of Olive #726702

Tints of Olive #726702

RGB

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

 GREEN value IS 103 (40.63% from 255) = 47.03%

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

R = 52.05%
G = 47.03%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#726702 (or 0x726702) is known color: Olive. HEX triplet: 72, 67 and 02. RGB value is (114,103,2). Sum of RGB (Red+Green+Blue) = 114+103+2=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 2 (1.17% from 255 or 0.91% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #726702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726702 is #8D98FD. Grayscale: #5F5F5F. Windows color (decimal): -9279742 or 157554. OLE color: 157554.

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

Color convert

RGB 114 103 2 -
CMYK 0 0.10 0.98 0.55
HSL 54.11º 0.97% 0.23% -
HSV(B) 54.11º 0.98% 0.45% -
XYZ 11.8 13.28 2 -
YUV 94.78 75.64 141.71 -
System Red Green Blue C M Y K H S L
Decimal 114 103 2 0 0.10 0.98 0.55 54.11 0.97 0.23
Hex 72 67 2 0 A 62 37 36 61 17
Octal 162 147 2 0 12 142 67 66 141 27
Binary 1110010 1100111 10 0 1010 1100010 110111 110110 1100001 10111

Color Harmonies of #726702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726702

Black with #726702

Text Example


Text Example

White with #726702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726702; }

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

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

background-color css

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

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

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

border-color css

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

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

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