Html Css Color HEX #7D960A Olive

📋 copy color: '#7D960A'

red 125 ◦ green 150 ◦ blue 10

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

Shades of Olive #7D960A

Tints of Olive #7D960A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 52.63%

 BLUE value IS 10 (4.3% from 255) = 3.51%

R = 43.86%
G = 52.63%
B = 3.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#7D960A (or 0x7D960A) is known color: Olive. HEX triplet: 7D, 96 and 0A. RGB value is (125,150,10). Sum of RGB (Red+Green+Blue) = 125+150+10=285 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.86% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #7D960A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D960A is #8269F5. Grayscale: #7F7F7F. Windows color (decimal): -8546806 or 693885. OLE color: 693885.

HSL color Cylindrical-coordinate representation of color #7D960A: hue angle of 70.71º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D960A is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 125 150 10 -
CMYK 0.17 0 0.93 0.41
HSL 70.71º 0.88% 0.31% -
HSV(B) 70.71º 0.93% 0.59% -
XYZ 19.42 26.19 4.32 -
YUV 126.57 62.22 126.88 -
System Red Green Blue C M Y K H S L
Decimal 125 150 10 0.17 0 0.93 0.41 70.71 0.88 0.31
Hex 7D 96 A 11 0 5D 29 47 58 1F
Octal 175 226 12 21 0 135 51 107 130 37
Binary 1111101 10010110 1010 10001 0 1011101 101001 1000111 1011000 11111

Color Harmonies of #7D960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D960A

Black with #7D960A

Text Example


Text Example

White with #7D960A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,150,10); }

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

background-color css

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

 a { background-color: rgb(125,150,10); }

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

border-color css

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

 span { border-color: rgb(125,150,10); }

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