Html Css Color HEX #799D1D Lima

📋 copy color: '#799D1D'

red 121 ◦ green 157 ◦ blue 29

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

Shades of Lima #799D1D

Tints of Lima #799D1D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 51.14%

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

R = 39.41%
G = 51.14%
B = 9.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#799D1D (or 0x799D1D) is known color: Lima. HEX triplet: 79, 9D and 1D. RGB value is (121,157,29). Sum of RGB (Red+Green+Blue) = 121+157+29=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #799D1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799D1D is #8662E2. Grayscale: #848484. Windows color (decimal): -8807139 or 1940857. OLE color: 1940857.

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

Color convert

RGB 121 157 29 -
CMYK 0.23 0 0.82 0.38
HSL 76.88º 0.69% 0.36% -
HSV(B) 76.88º 0.82% 0.62% -
XYZ 20.16 28.27 5.56 -
YUV 131.64 70.07 120.41 -
System Red Green Blue C M Y K H S L
Decimal 121 157 29 0.23 0 0.82 0.38 76.88 0.69 0.36
Hex 79 9D 1D 17 0 52 26 4D 45 24
Octal 171 235 35 27 0 122 46 115 105 44
Binary 1111001 10011101 11101 10111 0 1010010 100110 1001101 1000101 100100

Color Harmonies of #799D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799D1D

Black with #799D1D

Text Example


Text Example

White with #799D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,157,29); }

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

background-color css

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

 a { background-color: rgb(121,157,29); }

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

border-color css

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

 span { border-color: rgb(121,157,29); }

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