Html Css Color HEX #7C8510 Olive

📋 copy color: '#7C8510'

red 124 ◦ green 133 ◦ blue 16

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

Shades of Olive #7C8510

Tints of Olive #7C8510

RGB

 RED value IS 124 (48.83% from 255) = 45.42%

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

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

R = 45.42%
G = 48.72%
B = 5.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#7C8510 (or 0x7C8510) is known color: Olive. HEX triplet: 7C, 85 and 10. RGB value is (124,133,16). Sum of RGB (Red+Green+Blue) = 124+133+16=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8510 is #837AEF. Grayscale: #757575. Windows color (decimal): -8616688 or 1082748. OLE color: 1082748.

HSL color Cylindrical-coordinate representation of color #7C8510: hue angle of 64.62º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C8510 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 124 133 16 -
CMYK 0.07 0 0.88 0.48
HSL 64.62º 0.79% 0.29% -
HSV(B) 64.62º 0.88% 0.52% -
XYZ 16.79 21.1 3.68 -
YUV 116.97 71.02 133.01 -
System Red Green Blue C M Y K H S L
Decimal 124 133 16 0.07 0 0.88 0.48 64.62 0.79 0.29
Hex 7C 85 10 7 0 58 30 41 4F 1D
Octal 174 205 20 7 0 130 60 101 117 35
Binary 1111100 10000101 10000 111 0 1011000 110000 1000001 1001111 11101

Color Harmonies of #7C8510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8510

Black with #7C8510

Text Example


Text Example

White with #7C8510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,133,16); }

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

background-color css

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

 a { background-color: rgb(124,133,16); }

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

border-color css

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

 span { border-color: rgb(124,133,16); }

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