Html Css Color HEX #7F880B Olive

📋 copy color: '#7F880B'

red 127 ◦ green 136 ◦ blue 11

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

Shades of Olive #7F880B

Tints of Olive #7F880B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.01%

R = 46.35%
G = 49.64%
B = 4.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#7F880B (or 0x7F880B) is known color: Olive. HEX triplet: 7F, 88 and 0B. RGB value is (127,136,11). Sum of RGB (Red+Green+Blue) = 127+136+11=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #7F880B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F880B is #8077F4. Grayscale: #777777. Windows color (decimal): -8419317 or 755839. OLE color: 755839.

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

Color convert

RGB 127 136 11 -
CMYK 0.07 0 0.92 0.47
HSL 64.32º 0.85% 0.29% -
HSV(B) 64.32º 0.92% 0.53% -
XYZ 17.62 22.14 3.66 -
YUV 119.06 67.02 133.66 -
System Red Green Blue C M Y K H S L
Decimal 127 136 11 0.07 0 0.92 0.47 64.32 0.85 0.29
Hex 7F 88 B 7 0 5C 2F 40 55 1D
Octal 177 210 13 7 0 134 57 100 125 35
Binary 1111111 10001000 1011 111 0 1011100 101111 1000000 1010101 11101

Color Harmonies of #7F880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F880B

Black with #7F880B

Text Example


Text Example

White with #7F880B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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