Html Css Color HEX #7F800F Olive

📋 copy color: '#7F800F'

red 127 ◦ green 128 ◦ blue 15

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

Shades of Olive #7F800F

Tints of Olive #7F800F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.41%

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

R = 47.04%
G = 47.41%
B = 5.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#7F800F (or 0x7F800F) is known color: Olive. HEX triplet: 7F, 80 and 0F. RGB value is (127,128,15). Sum of RGB (Red+Green+Blue) = 127+128+15=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #7F800F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F800F is #807FF0. Grayscale: #737373. Windows color (decimal): -8421361 or 1015935. OLE color: 1015935.

HSL color Cylindrical-coordinate representation of color #7F800F: hue angle of 60.53º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F800F is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 128 15 -
CMYK 0.01 0 0.88 0.50
HSL 60.53º 0.79% 0.28% -
HSV(B) 60.53º 0.88% 0.5% -
XYZ 16.56 19.98 3.44 -
YUV 114.82 71.67 136.69 -
System Red Green Blue C M Y K H S L
Decimal 127 128 15 0.01 0 0.88 0.50 60.53 0.79 0.28
Hex 7F 80 F 1 0 58 32 3D 4F 1C
Octal 177 200 17 1 0 130 62 75 117 34
Binary 1111111 10000000 1111 1 0 1011000 110010 111101 1001111 11100

Color Harmonies of #7F800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F800F

Black with #7F800F

Text Example


Text Example

White with #7F800F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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