Html Css Color HEX #7F850D Olive

📋 copy color: '#7F850D'

red 127 ◦ green 133 ◦ blue 13

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

Shades of Olive #7F850D

Tints of Olive #7F850D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.76%

R = 46.52%
G = 48.72%
B = 4.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#7F850D (or 0x7F850D) is known color: Olive. HEX triplet: 7F, 85 and 0D. RGB value is (127,133,13). Sum of RGB (Red+Green+Blue) = 127+133+13=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #7F850D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F850D is #807AF2. Grayscale: #767676. Windows color (decimal): -8420083 or 886143. OLE color: 886143.

HSL color Cylindrical-coordinate representation of color #7F850D: hue angle of 63º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F850D is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 127 133 13 -
CMYK 0.05 0 0.90 0.48
HSL 63º 0.82% 0.29% -
HSV(B) 63º 0.9% 0.52% -
XYZ 17.21 21.32 3.59 -
YUV 117.53 69.01 134.76 -
System Red Green Blue C M Y K H S L
Decimal 127 133 13 0.05 0 0.90 0.48 63 0.82 0.29
Hex 7F 85 D 5 0 5A 30 3F 52 1D
Octal 177 205 15 5 0 132 60 77 122 35
Binary 1111111 10000101 1101 101 0 1011010 110000 111111 1010010 11101

Color Harmonies of #7F850D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F850D

Black with #7F850D

Text Example


Text Example

White with #7F850D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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