Html Css Color HEX #727900 Olive

📋 copy color: '#727900'

red 114 ◦ green 121 ◦ blue 0

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

Shades of Olive #727900

Tints of Olive #727900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.51%
G = 51.49%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#727900 (or 0x727900) is known color: Olive. HEX triplet: 72, 79 and 00. RGB value is (114,121,0). Sum of RGB (Red+Green+Blue) = 114+121+0=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 121 (47.66% from 255 or 51.49% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 121 - color contains mainly: green. Hex color #727900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727900 is #8D86FF. Grayscale: #696969. Windows color (decimal): -9275136 or 31090. OLE color: 31090.

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

Color convert

RGB 114 121 0 -
CMYK 0.06 0 1 0.53
HSL 63.47º 1% 0.24% -
HSV(B) 63.47º 1% 0.47% -
XYZ 13.78 17.25 2.6 -
YUV 105.11 68.68 134.34 -
System Red Green Blue C M Y K H S L
Decimal 114 121 0 0.06 0 1 0.53 63.47 1 0.24
Hex 72 79 0 6 0 64 35 3F 64 18
Octal 162 171 0 6 0 144 65 77 144 30
Binary 1110010 1111001 0 110 0 1100100 110101 111111 1100100 11000

Color Harmonies of #727900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727900

Black with #727900

Text Example


Text Example

White with #727900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727900; }

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

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

background-color css

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

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

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

border-color css

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

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

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