Html Css Color HEX #7A960F Olive Drab

📋 copy color: '#7A960F'

red 122 ◦ green 150 ◦ blue 15

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

Shades of Olive Drab #7A960F

Tints of Olive Drab #7A960F

RGB

 RED value IS 122 (48.05% from 255) = 42.51%

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

 BLUE value IS 15 (6.25% from 255) = 5.23%

R = 42.51%
G = 52.26%
B = 5.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#7A960F (or 0x7A960F) is known color: Olive Drab. HEX triplet: 7A, 96 and 0F. RGB value is (122,150,15). Sum of RGB (Red+Green+Blue) = 122+150+15=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #7A960F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A960F is #8569F0. Grayscale: #7E7E7E. Windows color (decimal): -8743409 or 1021562. OLE color: 1021562.

HSL color Cylindrical-coordinate representation of color #7A960F: hue angle of 72.44º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A960F is Cyan = 0.19, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 122 150 15 -
CMYK 0.19 0 0.9 0.41
HSL 72.44º 0.82% 0.32% -
HSV(B) 72.44º 0.9% 0.59% -
XYZ 19.02 25.98 4.47 -
YUV 126.24 65.22 124.98 -
System Red Green Blue C M Y K H S L
Decimal 122 150 15 0.19 0 0.9 0.41 72.44 0.82 0.32
Hex 7A 96 F 13 0 5A 29 48 52 20
Octal 172 226 17 23 0 132 51 110 122 40
Binary 1111010 10010110 1111 10011 0 1011010 101001 1001000 1010010 100000

Color Harmonies of #7A960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A960F

Black with #7A960F

Text Example


Text Example

White with #7A960F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,150,15); }

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

background-color css

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

 a { background-color: rgb(122,150,15); }

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

border-color css

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

 span { border-color: rgb(122,150,15); }

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