Html Css Color HEX #727802 Olive

📋 copy color: '#727802'

red 114 ◦ green 120 ◦ blue 2

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

Shades of Olive #727802

Tints of Olive #727802

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50.85%

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

R = 48.31%
G = 50.85%
B = 0.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#727802 (or 0x727802) is known color: Olive. HEX triplet: 72, 78 and 02. RGB value is (114,120,2). Sum of RGB (Red+Green+Blue) = 114+120+2=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #727802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727802 is #8D87FD. Grayscale: #696969. Windows color (decimal): -9275390 or 161906. OLE color: 161906.

HSL color Cylindrical-coordinate representation of color #727802: hue angle of 63.05º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #727802 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 120 2 -
CMYK 0.05 0 0.98 0.53
HSL 63.05º 0.97% 0.24% -
HSV(B) 63.05º 0.98% 0.47% -
XYZ 13.67 17.01 2.62 -
YUV 104.75 70.01 134.59 -
System Red Green Blue C M Y K H S L
Decimal 114 120 2 0.05 0 0.98 0.53 63.05 0.97 0.24
Hex 72 78 2 5 0 62 35 3F 61 18
Octal 162 170 2 5 0 142 65 77 141 30
Binary 1110010 1111000 10 101 0 1100010 110101 111111 1100001 11000

Color Harmonies of #727802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727802

Black with #727802

Text Example


Text Example

White with #727802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727802; }

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

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

background-color css

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

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

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

border-color css

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

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

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