Html Css Color HEX #7A981D Olive Drab

📋 copy color: '#7A981D'

red 122 ◦ green 152 ◦ blue 29

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

Shades of Olive Drab #7A981D

Tints of Olive Drab #7A981D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.17%

 BLUE value IS 29 (11.72% from 255) = 9.57%

R = 40.26%
G = 50.17%
B = 9.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#7A981D (or 0x7A981D) is known color: Olive Drab. HEX triplet: 7A, 98 and 1D. RGB value is (122,152,29). Sum of RGB (Red+Green+Blue) = 122+152+29=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #7A981D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A981D is #8567E2. Grayscale: #818181. Windows color (decimal): -8742883 or 1939578. OLE color: 1939578.

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

Color convert

RGB 122 152 29 -
CMYK 0.20 0 0.81 0.40
HSL 74.63º 0.68% 0.35% -
HSV(B) 74.63º 0.81% 0.6% -
XYZ 19.48 26.68 5.29 -
YUV 129.01 71.56 123 -
System Red Green Blue C M Y K H S L
Decimal 122 152 29 0.20 0 0.81 0.40 74.63 0.68 0.35
Hex 7A 98 1D 14 0 51 28 4B 44 23
Octal 172 230 35 24 0 121 50 113 104 43
Binary 1111010 10011000 11101 10100 0 1010001 101000 1001011 1000100 100011

Color Harmonies of #7A981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A981D

Black with #7A981D

Text Example


Text Example

White with #7A981D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,152,29); }

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

background-color css

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

 a { background-color: rgb(122,152,29); }

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

border-color css

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

 span { border-color: rgb(122,152,29); }

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