Html Css Color HEX #799E1E Lima

📋 copy color: '#799E1E'

red 121 ◦ green 158 ◦ blue 30

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

Shades of Lima #799E1E

Tints of Lima #799E1E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 51.13%

 BLUE value IS 30 (12.11% from 255) = 9.71%

R = 39.16%
G = 51.13%
B = 9.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#799E1E (or 0x799E1E) is known color: Lima. HEX triplet: 79, 9E and 1E. RGB value is (121,158,30). Sum of RGB (Red+Green+Blue) = 121+158+30=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 158 (62.11% from 255 or 51.13% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 158 - color contains mainly: green. Hex color #799E1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799E1E is #8661E1. Grayscale: #848484. Windows color (decimal): -8806882 or 2006649. OLE color: 2006649.

HSL color Cylindrical-coordinate representation of color #799E1E: hue angle of 77.34º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #799E1E is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 121 158 30 -
CMYK 0.23 0 0.81 0.38
HSL 77.34º 0.68% 0.37% -
HSV(B) 77.34º 0.81% 0.62% -
XYZ 20.35 28.61 5.68 -
YUV 132.35 70.24 119.91 -
System Red Green Blue C M Y K H S L
Decimal 121 158 30 0.23 0 0.81 0.38 77.34 0.68 0.37
Hex 79 9E 1E 17 0 51 26 4D 44 25
Octal 171 236 36 27 0 121 46 115 104 45
Binary 1111001 10011110 11110 10111 0 1010001 100110 1001101 1000100 100101

Color Harmonies of #799E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799E1E

Black with #799E1E

Text Example


Text Example

White with #799E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799E1E; }

 p { color: rgb(121,158,30); }

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

background-color css

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

 a { background-color: rgb(121,158,30); }

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

border-color css

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

 span { border-color: rgb(121,158,30); }

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