#7f8f0b

Color #7F8F0B Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #7F8F0B

Tints of Olive #7F8F0B

Color information

#7F8F0B (or 0x7F8F0B) is unknown color: approx Olive. HEX triplet: 7F, 8F and 0B. RGB value is (127,143,11). Sum of RGB (Red+Green+Blue) = 127+143+11=281 (37% of max value = 765). Red value is 127 (50% from 255 or 45.20% from 281); Green value is 143 (56.25% from 255 or 50.89% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 143 - color contains mainly: green. Hex color #7F8F0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8F0B is #8070F4. Grayscale: #7B7B7B. Windows color (decimal): -8417525 or 757631. OLE color: 757631.

HSL color Cylindrical-coordinate representation of color #7F8F0B: hue angle of 67.27º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F8F0B is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB12714311-
CMYK0.1100.920.44
HSL67.27º85.71%30.2%-
HSV(B)67.27º92.31%56.08%-
XYZ18.6424.184-
YUV123.1764.7130.73-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.20%
GREEN value IS 143 (56.25% from 255) = 50.89%
BLUE value IS 11 (4.69% from 255) = 3.91%
R=45.20%
G=50.89%
B=3.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal127143110.1100.920.4467.2785.7130.2
Hex7F8FBB05C2C43561e
Octal177217131301345410312636
Binary11111111000111110111011010111001011001000011101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f8f0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,143,11); }

 H1.HeaderClassName
 {
   color: #7f8f0b;
 }
 .AnyTagClassName
 {
   color: #7f8f0b;
 }
</style>
background-color css

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

 a { background-color: rgb(127,143,11); }

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

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

 span { border-color: rgb(127,143,11); }

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

cancel