Html Css Color HEX #7F870B Olive

📋 copy color: '#7F870B'

red 127 ◦ green 135 ◦ blue 11

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

Shades of Olive #7F870B

Tints of Olive #7F870B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.45%

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

R = 46.52%
G = 49.45%
B = 4.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#7F870B (or 0x7F870B) is known color: Olive. HEX triplet: 7F, 87 and 0B. RGB value is (127,135,11). Sum of RGB (Red+Green+Blue) = 127+135+11=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #7F870B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F870B is #8078F4. Grayscale: #767676. Windows color (decimal): -8419573 or 755583. OLE color: 755583.

HSL color Cylindrical-coordinate representation of color #7F870B: hue angle of 63.87º 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 #7F870B is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 135 11 -
CMYK 0.06 0 0.92 0.47
HSL 63.87º 0.85% 0.29% -
HSV(B) 63.87º 0.92% 0.53% -
XYZ 17.48 21.86 3.62 -
YUV 118.47 67.35 134.08 -
System Red Green Blue C M Y K H S L
Decimal 127 135 11 0.06 0 0.92 0.47 63.87 0.85 0.29
Hex 7F 87 B 6 0 5C 2F 40 55 1D
Octal 177 207 13 6 0 134 57 100 125 35
Binary 1111111 10000111 1011 110 0 1011100 101111 1000000 1010101 11101

Color Harmonies of #7F870B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F870B

Black with #7F870B

Text Example


Text Example

White with #7F870B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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