Html Css Color HEX #7F700C Olive

📋 copy color: '#7F700C'

red 127 ◦ green 112 ◦ blue 12

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

Shades of Olive #7F700C

Tints of Olive #7F700C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.62%

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

R = 50.6%
G = 44.62%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#7F700C (or 0x7F700C) is known color: Olive. HEX triplet: 7F, 70 and 0C. RGB value is (127,112,12). Sum of RGB (Red+Green+Blue) = 127+112+12=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F700C is #808FF3. Grayscale: #696969. Windows color (decimal): -8425460 or 815231. OLE color: 815231.

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

Color convert

RGB 127 112 12 -
CMYK 0 0.12 0.91 0.50
HSL 52.17º 0.83% 0.27% -
HSV(B) 52.17º 0.91% 0.5% -
XYZ 14.61 16.13 2.69 -
YUV 105.09 75.47 143.63 -
System Red Green Blue C M Y K H S L
Decimal 127 112 12 0 0.12 0.91 0.50 52.17 0.83 0.27
Hex 7F 70 C 0 C 5B 32 34 53 1B
Octal 177 160 14 0 14 133 62 64 123 33
Binary 1111111 1110000 1100 0 1100 1011011 110010 110100 1010011 11011

Color Harmonies of #7F700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F700C

Black with #7F700C

Text Example


Text Example

White with #7F700C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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