Html Css Color HEX #7F880F Olive

📋 copy color: '#7F880F'

red 127 ◦ green 136 ◦ blue 15

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

Shades of Olive #7F880F

Tints of Olive #7F880F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.92%

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

R = 45.68%
G = 48.92%
B = 5.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#7F880F (or 0x7F880F) is known color: Olive. HEX triplet: 7F, 88 and 0F. RGB value is (127,136,15). Sum of RGB (Red+Green+Blue) = 127+136+15=278 (36% of max value = 765). Red value is 127 (50% from 255 or 45.68% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #7F880F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F880F is #8077F0. Grayscale: #777777. Windows color (decimal): -8419313 or 1017983. OLE color: 1017983.

HSL color Cylindrical-coordinate representation of color #7F880F: hue angle of 64.46º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F880F is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 136 15 -
CMYK 0.07 0 0.89 0.47
HSL 64.46º 0.8% 0.3% -
HSV(B) 64.46º 0.89% 0.53% -
XYZ 17.64 22.15 3.8 -
YUV 119.52 69.02 133.34 -
System Red Green Blue C M Y K H S L
Decimal 127 136 15 0.07 0 0.89 0.47 64.46 0.8 0.3
Hex 7F 88 F 7 0 59 2F 40 50 1E
Octal 177 210 17 7 0 131 57 100 120 36
Binary 1111111 10001000 1111 111 0 1011001 101111 1000000 1010000 11110

Color Harmonies of #7F880F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F880F

Black with #7F880F

Text Example


Text Example

White with #7F880F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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