Html Css Color HEX #7D8510 Olive

📋 copy color: '#7D8510'

red 125 ◦ green 133 ◦ blue 16

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

Shades of Olive #7D8510

Tints of Olive #7D8510

RGB

 RED value IS 125 (49.22% from 255) = 45.62%

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

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

R = 45.62%
G = 48.54%
B = 5.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#7D8510 (or 0x7D8510) is known color: Olive. HEX triplet: 7D, 85 and 10. RGB value is (125,133,16). Sum of RGB (Red+Green+Blue) = 125+133+16=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8510 is #827AEF. Grayscale: #757575. Windows color (decimal): -8551152 or 1082749. OLE color: 1082749.

HSL color Cylindrical-coordinate representation of color #7D8510: hue angle of 64.1º 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 #7D8510 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 133 16 -
CMYK 0.06 0 0.88 0.48
HSL 64.1º 0.79% 0.29% -
HSV(B) 64.1º 0.88% 0.52% -
XYZ 16.94 21.17 3.68 -
YUV 117.27 70.85 133.51 -
System Red Green Blue C M Y K H S L
Decimal 125 133 16 0.06 0 0.88 0.48 64.1 0.79 0.29
Hex 7D 85 10 6 0 58 30 40 4F 1D
Octal 175 205 20 6 0 130 60 100 117 35
Binary 1111101 10000101 10000 110 0 1011000 110000 1000000 1001111 11101

Color Harmonies of #7D8510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8510

Black with #7D8510

Text Example


Text Example

White with #7D8510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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