Html Css Color HEX #727F0C Olive

📋 copy color: '#727F0C'

red 114 ◦ green 127 ◦ blue 12

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

Shades of Olive #727F0C

Tints of Olive #727F0C

RGB

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

 GREEN value IS 127 (50% from 255) = 50.2%

 BLUE value IS 12 (5.08% from 255) = 4.74%

R = 45.06%
G = 50.2%
B = 4.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#727F0C (or 0x727F0C) is known color: Olive. HEX triplet: 72, 7F and 0C. RGB value is (114,127,12). Sum of RGB (Red+Green+Blue) = 114+127+12=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 127 (50% from 255 or 50.20% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 127 - color contains mainly: green. Hex color #727F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727F0C is #8D80F3. Grayscale: #6E6E6E. Windows color (decimal): -9273588 or 819058. OLE color: 819058.

HSL color Cylindrical-coordinate representation of color #727F0C: hue angle of 66.78º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #727F0C is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 127 12 -
CMYK 0.10 0 0.91 0.50
HSL 66.78º 0.83% 0.27% -
HSV(B) 66.78º 0.91% 0.5% -
XYZ 14.6 18.78 3.2 -
YUV 110 72.69 130.85 -
System Red Green Blue C M Y K H S L
Decimal 114 127 12 0.10 0 0.91 0.50 66.78 0.83 0.27
Hex 72 7F C A 0 5B 32 43 53 1B
Octal 162 177 14 12 0 133 62 103 123 33
Binary 1110010 1111111 1100 1010 0 1011011 110010 1000011 1010011 11011

Color Harmonies of #727F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727F0C

Black with #727F0C

Text Example


Text Example

White with #727F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,127,12); }

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

background-color css

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

 a { background-color: rgb(114,127,12); }

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

border-color css

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

 span { border-color: rgb(114,127,12); }

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