Html Css Color HEX #7F8E0F Olive

📋 copy color: '#7F8E0F'

red 127 ◦ green 142 ◦ blue 15

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

Shades of Olive #7F8E0F

Tints of Olive #7F8E0F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 50%

 BLUE value IS 15 (6.25% from 255) = 5.28%

R = 44.72%
G = 50%
B = 5.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#7F8E0F (or 0x7F8E0F) is known color: Olive. HEX triplet: 7F, 8E and 0F. RGB value is (127,142,15). Sum of RGB (Red+Green+Blue) = 127+142+15=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 142 (55.86% from 255 or 50% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 142 - color contains mainly: green. Hex color #7F8E0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8E0F is #8071F0. Grayscale: #7B7B7B. Windows color (decimal): -8417777 or 1019519. OLE color: 1019519.

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

Color convert

RGB 127 142 15 -
CMYK 0.11 0 0.89 0.44
HSL 67.09º 0.81% 0.31% -
HSV(B) 67.09º 0.89% 0.56% -
XYZ 18.51 23.89 4.09 -
YUV 123.04 67.03 130.83 -
System Red Green Blue C M Y K H S L
Decimal 127 142 15 0.11 0 0.89 0.44 67.09 0.81 0.31
Hex 7F 8E F B 0 59 2C 43 51 1F
Octal 177 216 17 13 0 131 54 103 121 37
Binary 1111111 10001110 1111 1011 0 1011001 101100 1000011 1010001 11111

Color Harmonies of #7F8E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8E0F

Black with #7F8E0F

Text Example


Text Example

White with #7F8E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,142,15); }

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

background-color css

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

 a { background-color: rgb(127,142,15); }

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

border-color css

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

 span { border-color: rgb(127,142,15); }

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