Html Css Color HEX #7CA91F Lima

📋 copy color: '#7CA91F'

red 124 ◦ green 169 ◦ blue 31

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

Shades of Lima #7CA91F

Tints of Lima #7CA91F

RGB

 RED value IS 124 (48.83% from 255) = 38.27%

 GREEN value IS 169 (66.41% from 255) = 52.16%

 BLUE value IS 31 (12.5% from 255) = 9.57%

R = 38.27%
G = 52.16%
B = 9.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#7CA91F (or 0x7CA91F) is known color: Lima. HEX triplet: 7C, A9 and 1F. RGB value is (124,169,31). Sum of RGB (Red+Green+Blue) = 124+169+31=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 169 (66.41% from 255 or 52.16% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 169 - color contains mainly: green. Hex color #7CA91F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA91F is #8356E0. Grayscale: #8C8C8C. Windows color (decimal): -8607457 or 2075004. OLE color: 2075004.

HSL color Cylindrical-coordinate representation of color #7CA91F: hue angle of 79.57º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7CA91F is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 124 169 31 -
CMYK 0.27 0 0.82 0.34
HSL 79.57º 0.69% 0.39% -
HSV(B) 79.57º 0.82% 0.66% -
XYZ 22.75 32.76 6.42 -
YUV 139.81 66.59 116.72 -
System Red Green Blue C M Y K H S L
Decimal 124 169 31 0.27 0 0.82 0.34 79.57 0.69 0.39
Hex 7C A9 1F 1B 0 52 22 50 45 27
Octal 174 251 37 33 0 122 42 120 105 47
Binary 1111100 10101001 11111 11011 0 1010010 100010 1010000 1000101 100111

Color Harmonies of #7CA91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA91F

Black with #7CA91F

Text Example


Text Example

White with #7CA91F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,169,31); }

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

background-color css

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

 a { background-color: rgb(124,169,31); }

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

border-color css

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

 span { border-color: rgb(124,169,31); }

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