Html Css Color HEX #727C0B Olive

📋 copy color: '#727C0B'

red 114 ◦ green 124 ◦ blue 11

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

Shades of Olive #727C0B

Tints of Olive #727C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.42%

R = 45.78%
G = 49.8%
B = 4.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#727C0B (or 0x727C0B) is known color: Olive. HEX triplet: 72, 7C and 0B. RGB value is (114,124,11). Sum of RGB (Red+Green+Blue) = 114+124+11=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 124 (48.83% from 255 or 49.80% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 124 - color contains mainly: green. Hex color #727C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727C0B is #8D83F4. Grayscale: #6C6C6C. Windows color (decimal): -9274357 or 752754. OLE color: 752754.

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

Color convert

RGB 114 124 11 -
CMYK 0.08 0 0.91 0.51
HSL 65.31º 0.84% 0.26% -
HSV(B) 65.31º 0.91% 0.49% -
XYZ 14.21 18.02 3.05 -
YUV 108.13 73.19 132.19 -
System Red Green Blue C M Y K H S L
Decimal 114 124 11 0.08 0 0.91 0.51 65.31 0.84 0.26
Hex 72 7C B 8 0 5B 33 41 54 1A
Octal 162 174 13 10 0 133 63 101 124 32
Binary 1110010 1111100 1011 1000 0 1011011 110011 1000001 1010100 11010

Color Harmonies of #727C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727C0B

Black with #727C0B

Text Example


Text Example

White with #727C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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