Html Css Color HEX #7F880D Olive

📋 copy color: '#7F880D'

red 127 ◦ green 136 ◦ blue 13

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

Shades of Olive #7F880D

Tints of Olive #7F880D

RGB

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

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

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

R = 46.01%
G = 49.28%
B = 4.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#7F880D (or 0x7F880D) is known color: Olive. HEX triplet: 7F, 88 and 0D. RGB value is (127,136,13). Sum of RGB (Red+Green+Blue) = 127+136+13=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #7F880D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F880D is #8077F2. Grayscale: #777777. Windows color (decimal): -8419315 or 886911. OLE color: 886911.

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

Color convert

RGB 127 136 13 -
CMYK 0.07 0 0.90 0.47
HSL 64.39º 0.83% 0.29% -
HSV(B) 64.39º 0.9% 0.53% -
XYZ 17.63 22.15 3.73 -
YUV 119.29 68.02 133.5 -
System Red Green Blue C M Y K H S L
Decimal 127 136 13 0.07 0 0.90 0.47 64.39 0.83 0.29
Hex 7F 88 D 7 0 5A 2F 40 53 1D
Octal 177 210 15 7 0 132 57 100 123 35
Binary 1111111 10001000 1101 111 0 1011010 101111 1000000 1010011 11101

Color Harmonies of #7F880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F880D

Black with #7F880D

Text Example


Text Example

White with #7F880D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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