Html Css Color HEX #7F890B Olive

📋 copy color: '#7F890B'

red 127 ◦ green 137 ◦ blue 11

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

Shades of Olive #7F890B

Tints of Olive #7F890B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.82%

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

R = 46.18%
G = 49.82%
B = 4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#7F890B (or 0x7F890B) is known color: Olive. HEX triplet: 7F, 89 and 0B. RGB value is (127,137,11). Sum of RGB (Red+Green+Blue) = 127+137+11=275 (36% of max value = 765). Red value is 127 (50% from 255 or 46.18% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #7F890B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F890B is #8076F4. Grayscale: #787878. Windows color (decimal): -8419061 or 756095. OLE color: 756095.

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

Color convert

RGB 127 137 11 -
CMYK 0.07 0 0.92 0.46
HSL 64.76º 0.85% 0.29% -
HSV(B) 64.76º 0.92% 0.54% -
XYZ 17.76 22.43 3.71 -
YUV 119.65 66.69 133.25 -
System Red Green Blue C M Y K H S L
Decimal 127 137 11 0.07 0 0.92 0.46 64.76 0.85 0.29
Hex 7F 89 B 7 0 5C 2E 41 55 1D
Octal 177 211 13 7 0 134 56 101 125 35
Binary 1111111 10001001 1011 111 0 1011100 101110 1000001 1010101 11101

Color Harmonies of #7F890B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F890B

Black with #7F890B

Text Example


Text Example

White with #7F890B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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