Html Css Color HEX #727C09 Olive

📋 copy color: '#727C09'

red 114 ◦ green 124 ◦ blue 9

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

Shades of Olive #727C09

Tints of Olive #727C09

RGB

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

 GREEN value IS 124 (48.83% from 255) = 50.2%

 BLUE value IS 9 (3.91% from 255) = 3.64%

R = 46.15%
G = 50.2%
B = 3.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.51

RGB Variations

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

Color information

#727C09 (or 0x727C09) is known color: Olive. HEX triplet: 72, 7C and 09. RGB value is (114,124,9). Sum of RGB (Red+Green+Blue) = 114+124+9=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 124 (48.83% from 255 or 50.20% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 124 - color contains mainly: green. Hex color #727C09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727C09 is #8D83F6. Grayscale: #6C6C6C. Windows color (decimal): -9274359 or 621682. OLE color: 621682.

HSL color Cylindrical-coordinate representation of color #727C09: hue angle of 65.22º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #727C09 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 124 9 -
CMYK 0.08 0 0.93 0.51
HSL 65.22º 0.86% 0.26% -
HSV(B) 65.22º 0.93% 0.49% -
XYZ 14.2 18.01 2.99 -
YUV 107.9 72.19 132.35 -
System Red Green Blue C M Y K H S L
Decimal 114 124 9 0.08 0 0.93 0.51 65.22 0.86 0.26
Hex 72 7C 9 8 0 5D 33 41 56 1A
Octal 162 174 11 10 0 135 63 101 126 32
Binary 1110010 1111100 1001 1000 0 1011101 110011 1000001 1010110 11010

Color Harmonies of #727C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727C09

Black with #727C09

Text Example


Text Example

White with #727C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,124,9); }

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

background-color css

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

 a { background-color: rgb(114,124,9); }

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

border-color css

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

 span { border-color: rgb(114,124,9); }

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