Html Css Color HEX #7F850B Olive

📋 copy color: '#7F850B'

red 127 ◦ green 133 ◦ blue 11

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

Shades of Olive #7F850B

Tints of Olive #7F850B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.08%

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

R = 46.86%
G = 49.08%
B = 4.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#7F850B (or 0x7F850B) is known color: Olive. HEX triplet: 7F, 85 and 0B. RGB value is (127,133,11). Sum of RGB (Red+Green+Blue) = 127+133+11=271 (35% of max value = 765). Red value is 127 (50% from 255 or 46.86% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #7F850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F850B is #807AF4. Grayscale: #757575. Windows color (decimal): -8420085 or 755071. OLE color: 755071.

HSL color Cylindrical-coordinate representation of color #7F850B: hue angle of 62.95º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F850B is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 127 133 11 -
CMYK 0.05 0 0.92 0.48
HSL 62.95º 0.85% 0.28% -
HSV(B) 62.95º 0.92% 0.52% -
XYZ 17.2 21.31 3.52 -
YUV 117.3 68.01 134.92 -
System Red Green Blue C M Y K H S L
Decimal 127 133 11 0.05 0 0.92 0.48 62.95 0.85 0.28
Hex 7F 85 B 5 0 5C 30 3F 55 1C
Octal 177 205 13 5 0 134 60 77 125 34
Binary 1111111 10000101 1011 101 0 1011100 110000 111111 1010101 11100

Color Harmonies of #7F850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F850B

Black with #7F850B

Text Example


Text Example

White with #7F850B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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