Html Css Color HEX #727402 Olive

📋 copy color: '#727402'

red 114 ◦ green 116 ◦ blue 2

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

Shades of Olive #727402

Tints of Olive #727402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50%

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

R = 49.14%
G = 50%
B = 0.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#727402 (or 0x727402) is known color: Olive. HEX triplet: 72, 74 and 02. RGB value is (114,116,2). Sum of RGB (Red+Green+Blue) = 114+116+2=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #727402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727402 is #8D8BFD. Grayscale: #666666. Windows color (decimal): -9276414 or 160882. OLE color: 160882.

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

Color convert

RGB 114 116 2 -
CMYK 0.02 0 0.98 0.55
HSL 61.05º 0.97% 0.23% -
HSV(B) 61.05º 0.98% 0.45% -
XYZ 13.2 16.07 2.46 -
YUV 102.41 71.34 136.27 -
System Red Green Blue C M Y K H S L
Decimal 114 116 2 0.02 0 0.98 0.55 61.05 0.97 0.23
Hex 72 74 2 2 0 62 37 3D 61 17
Octal 162 164 2 2 0 142 67 75 141 27
Binary 1110010 1110100 10 10 0 1100010 110111 111101 1100001 10111

Color Harmonies of #727402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727402

Black with #727402

Text Example


Text Example

White with #727402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727402; }

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

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

background-color css

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

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

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

border-color css

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

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

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