Html Css Color HEX #727702 Olive

📋 copy color: '#727702'

red 114 ◦ green 119 ◦ blue 2

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

Shades of Olive #727702

Tints of Olive #727702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.64%

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

R = 48.51%
G = 50.64%
B = 0.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#727702 (or 0x727702) is known color: Olive. HEX triplet: 72, 77 and 02. RGB value is (114,119,2). Sum of RGB (Red+Green+Blue) = 114+119+2=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #727702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727702 is #8D88FD. Grayscale: #686868. Windows color (decimal): -9275646 or 161650. OLE color: 161650.

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

Color convert

RGB 114 119 2 -
CMYK 0.04 0 0.98 0.53
HSL 62.56º 0.97% 0.24% -
HSV(B) 62.56º 0.98% 0.47% -
XYZ 13.55 16.78 2.58 -
YUV 104.17 70.34 135.01 -
System Red Green Blue C M Y K H S L
Decimal 114 119 2 0.04 0 0.98 0.53 62.56 0.97 0.24
Hex 72 77 2 4 0 62 35 3F 61 18
Octal 162 167 2 4 0 142 65 77 141 30
Binary 1110010 1110111 10 100 0 1100010 110101 111111 1100001 11000

Color Harmonies of #727702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727702

Black with #727702

Text Example


Text Example

White with #727702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727702; }

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

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

background-color css

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

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

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

border-color css

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

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

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