Html Css Color HEX #727902 Olive

📋 copy color: '#727902'

red 114 ◦ green 121 ◦ blue 2

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

Shades of Olive #727902

Tints of Olive #727902

RGB

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

 GREEN value IS 121 (47.66% from 255) = 51.05%

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

R = 48.1%
G = 51.05%
B = 0.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#727902 (or 0x727902) is known color: Olive. HEX triplet: 72, 79 and 02. RGB value is (114,121,2). Sum of RGB (Red+Green+Blue) = 114+121+2=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #727902 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727902 is #8D86FD. Grayscale: #696969. Windows color (decimal): -9275134 or 162162. OLE color: 162162.

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

Color convert

RGB 114 121 2 -
CMYK 0.06 0 0.98 0.53
HSL 63.53º 0.97% 0.24% -
HSV(B) 63.53º 0.98% 0.47% -
XYZ 13.79 17.26 2.66 -
YUV 105.34 69.68 134.18 -
System Red Green Blue C M Y K H S L
Decimal 114 121 2 0.06 0 0.98 0.53 63.53 0.97 0.24
Hex 72 79 2 6 0 62 35 40 61 18
Octal 162 171 2 6 0 142 65 100 141 30
Binary 1110010 1111001 10 110 0 1100010 110101 1000000 1100001 11000

Color Harmonies of #727902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727902

Black with #727902

Text Example


Text Example

White with #727902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727902; }

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

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

background-color css

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

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

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

border-color css

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

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

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