Html Css Color HEX #727E0F Olive

📋 copy color: '#727E0F'

red 114 ◦ green 126 ◦ blue 15

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

Shades of Olive #727E0F

Tints of Olive #727E0F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 49.41%

 BLUE value IS 15 (6.25% from 255) = 5.88%

R = 44.71%
G = 49.41%
B = 5.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#727E0F (or 0x727E0F) is known color: Olive. HEX triplet: 72, 7E and 0F. RGB value is (114,126,15). Sum of RGB (Red+Green+Blue) = 114+126+15=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 126 (49.61% from 255 or 49.41% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 126 - color contains mainly: green. Hex color #727E0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727E0F is #8D81F0. Grayscale: #6E6E6E. Windows color (decimal): -9273841 or 1015410. OLE color: 1015410.

HSL color Cylindrical-coordinate representation of color #727E0F: hue angle of 66.49º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #727E0F is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 126 15 -
CMYK 0.10 0 0.88 0.51
HSL 66.49º 0.79% 0.28% -
HSV(B) 66.49º 0.88% 0.49% -
XYZ 14.49 18.53 3.27 -
YUV 109.76 74.52 131.03 -
System Red Green Blue C M Y K H S L
Decimal 114 126 15 0.10 0 0.88 0.51 66.49 0.79 0.28
Hex 72 7E F A 0 58 33 42 4F 1C
Octal 162 176 17 12 0 130 63 102 117 34
Binary 1110010 1111110 1111 1010 0 1011000 110011 1000010 1001111 11100

Color Harmonies of #727E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727E0F

Black with #727E0F

Text Example


Text Example

White with #727E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727E0F; }

 p { color: rgb(114,126,15); }

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

background-color css

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

 a { background-color: rgb(114,126,15); }

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

border-color css

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

 span { border-color: rgb(114,126,15); }

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