Html Css Color HEX #7D8610 Olive

📋 copy color: '#7D8610'

red 125 ◦ green 134 ◦ blue 16

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

Shades of Olive #7D8610

Tints of Olive #7D8610

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.73%

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

R = 45.45%
G = 48.73%
B = 5.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#7D8610 (or 0x7D8610) is known color: Olive. HEX triplet: 7D, 86 and 10. RGB value is (125,134,16). Sum of RGB (Red+Green+Blue) = 125+134+16=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 134 - color contains mainly: green. Hex color #7D8610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D8610 is #8279EF. Grayscale: #767676. Windows color (decimal): -8550896 or 1083005. OLE color: 1083005.

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

Color convert

RGB 125 134 16 -
CMYK 0.07 0 0.88 0.47
HSL 64.58º 0.79% 0.29% -
HSV(B) 64.58º 0.88% 0.53% -
XYZ 17.08 21.45 3.73 -
YUV 117.86 70.52 133.09 -
System Red Green Blue C M Y K H S L
Decimal 125 134 16 0.07 0 0.88 0.47 64.58 0.79 0.29
Hex 7D 86 10 7 0 58 2F 41 4F 1D
Octal 175 206 20 7 0 130 57 101 117 35
Binary 1111101 10000110 10000 111 0 1011000 101111 1000001 1001111 11101

Color Harmonies of #7D8610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8610

Black with #7D8610

Text Example


Text Example

White with #7D8610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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