Html Css Color HEX #799325 Olive Drab

📋 copy color: '#799325'

red 121 ◦ green 147 ◦ blue 37

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

Shades of Olive Drab #799325

Tints of Olive Drab #799325

RGB

 RED value IS 121 (47.66% from 255) = 39.67%

 GREEN value IS 147 (57.81% from 255) = 48.2%

 BLUE value IS 37 (14.84% from 255) = 12.13%

R = 39.67%
G = 48.2%
B = 12.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#799325 (or 0x799325) is known color: Olive Drab. HEX triplet: 79, 93 and 25. RGB value is (121,147,37). Sum of RGB (Red+Green+Blue) = 121+147+37=305 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.67% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #799325 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799325 is #866CDA. Grayscale: #7F7F7F. Windows color (decimal): -8809691 or 2462585. OLE color: 2462585.

HSL color Cylindrical-coordinate representation of color #799325: hue angle of 74.18º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #799325 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 147 37 -
CMYK 0.18 0 0.75 0.42
HSL 74.18º 0.6% 0.36% -
HSV(B) 74.18º 0.75% 0.58% -
XYZ 18.65 25.07 5.61 -
YUV 126.69 77.39 123.94 -
System Red Green Blue C M Y K H S L
Decimal 121 147 37 0.18 0 0.75 0.42 74.18 0.6 0.36
Hex 79 93 25 12 0 4B 2A 4A 3C 24
Octal 171 223 45 22 0 113 52 112 74 44
Binary 1111001 10010011 100101 10010 0 1001011 101010 1001010 111100 100100

Color Harmonies of #799325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799325

Black with #799325

Text Example


Text Example

White with #799325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799325; }

 p { color: rgb(121,147,37); }

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

background-color css

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

 a { background-color: rgb(121,147,37); }

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

border-color css

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

 span { border-color: rgb(121,147,37); }

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