Html Css Color HEX #7A9919 Olive Drab

📋 copy color: '#7A9919'

red 122 ◦ green 153 ◦ blue 25

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

Shades of Olive Drab #7A9919

Tints of Olive Drab #7A9919

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51%

 BLUE value IS 25 (10.16% from 255) = 8.33%

R = 40.67%
G = 51%
B = 8.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#7A9919 (or 0x7A9919) is known color: Olive Drab. HEX triplet: 7A, 99 and 19. RGB value is (122,153,25). Sum of RGB (Red+Green+Blue) = 122+153+25=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #7A9919 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9919 is #8566E6. Grayscale: #818181. Windows color (decimal): -8742631 or 1677690. OLE color: 1677690.

HSL color Cylindrical-coordinate representation of color #7A9919: hue angle of 74.53º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A9919 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 122 153 25 -
CMYK 0.20 0 0.84 0.4
HSL 74.53º 0.72% 0.35% -
HSV(B) 74.53º 0.84% 0.6% -
XYZ 19.59 26.99 5.1 -
YUV 129.14 69.23 122.91 -
System Red Green Blue C M Y K H S L
Decimal 122 153 25 0.20 0 0.84 0.4 74.53 0.72 0.35
Hex 7A 99 19 14 0 54 28 4B 48 23
Octal 172 231 31 24 0 124 50 113 110 43
Binary 1111010 10011001 11001 10100 0 1010100 101000 1001011 1001000 100011

Color Harmonies of #7A9919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9919

Black with #7A9919

Text Example


Text Example

White with #7A9919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,153,25); }

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

background-color css

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

 a { background-color: rgb(122,153,25); }

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

border-color css

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

 span { border-color: rgb(122,153,25); }

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