Html Css Color HEX #7F720C Olive

📋 copy color: '#7F720C'

red 127 ◦ green 114 ◦ blue 12

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

Shades of Olive #7F720C

Tints of Olive #7F720C

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#7F720C (or 0x7F720C) is known color: Olive. HEX triplet: 7F, 72 and 0C. RGB value is (127,114,12). Sum of RGB (Red+Green+Blue) = 127+114+12=253 (33% of max value = 765). Red value is 127 (50% from 255 or 50.20% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 127 - color contains mainly: red. Hex color #7F720C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F720C is #808DF3. Grayscale: #6A6A6A. Windows color (decimal): -8424948 or 815743. OLE color: 815743.

HSL color Cylindrical-coordinate representation of color #7F720C: hue angle of 53.22º 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 #7F720C is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 114 12 -
CMYK 0 0.10 0.91 0.50
HSL 53.22º 0.83% 0.27% -
HSV(B) 53.22º 0.91% 0.5% -
XYZ 14.84 16.57 2.76 -
YUV 106.26 74.81 142.79 -
System Red Green Blue C M Y K H S L
Decimal 127 114 12 0 0.10 0.91 0.50 53.22 0.83 0.27
Hex 7F 72 C 0 A 5B 32 35 53 1B
Octal 177 162 14 0 12 133 62 65 123 33
Binary 1111111 1110010 1100 0 1010 1011011 110010 110101 1010011 11011

Color Harmonies of #7F720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F720C

Black with #7F720C

Text Example


Text Example

White with #7F720C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F720C; }

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

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

background-color css

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

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

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

border-color css

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

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

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