Html Css Color HEX #7F7510 Olive

📋 copy color: '#7F7510'

red 127 ◦ green 117 ◦ blue 16

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

Shades of Olive #7F7510

Tints of Olive #7F7510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45%

 BLUE value IS 16 (6.64% from 255) = 6.15%

R = 48.85%
G = 45%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#7F7510 (or 0x7F7510) is known color: Olive. HEX triplet: 7F, 75 and 10. RGB value is (127,117,16). Sum of RGB (Red+Green+Blue) = 127+117+16=260 (34% of max value = 765). Red value is 127 (50% from 255 or 48.85% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7510 is #808AEF. Grayscale: #6C6C6C. Windows color (decimal): -8424176 or 1078655. OLE color: 1078655.

HSL color Cylindrical-coordinate representation of color #7F7510: hue angle of 54.59º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F7510 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 117 16 -
CMYK 0 0.08 0.87 0.50
HSL 54.59º 0.78% 0.28% -
HSV(B) 54.59º 0.87% 0.5% -
XYZ 15.21 17.27 3.02 -
YUV 108.48 75.81 141.21 -
System Red Green Blue C M Y K H S L
Decimal 127 117 16 0 0.08 0.87 0.50 54.59 0.78 0.28
Hex 7F 75 10 0 8 57 32 37 4E 1C
Octal 177 165 20 0 10 127 62 67 116 34
Binary 1111111 1110101 10000 0 1000 1010111 110010 110111 1001110 11100

Color Harmonies of #7F7510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7510

Black with #7F7510

Text Example


Text Example

White with #7F7510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,117,16); }

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

background-color css

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

 a { background-color: rgb(127,117,16); }

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

border-color css

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

 span { border-color: rgb(127,117,16); }

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