Html Css Color HEX #7CA222 Lima

📋 copy color: '#7CA222'

red 124 ◦ green 162 ◦ blue 34

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

Shades of Lima #7CA222

Tints of Lima #7CA222

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.63%

 BLUE value IS 34 (13.67% from 255) = 10.63%

R = 38.75%
G = 50.63%
B = 10.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#7CA222 (or 0x7CA222) is known color: Lima. HEX triplet: 7C, A2 and 22. RGB value is (124,162,34). Sum of RGB (Red+Green+Blue) = 124+162+34=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #7CA222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA222 is #835DDD. Grayscale: #888888. Windows color (decimal): -8609246 or 2269820. OLE color: 2269820.

HSL color Cylindrical-coordinate representation of color #7CA222: hue angle of 77.81º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7CA222 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 124 162 34 -
CMYK 0.23 0 0.79 0.36
HSL 77.81º 0.65% 0.38% -
HSV(B) 77.81º 0.79% 0.64% -
XYZ 21.52 30.24 6.22 -
YUV 136.05 70.41 119.41 -
System Red Green Blue C M Y K H S L
Decimal 124 162 34 0.23 0 0.79 0.36 77.81 0.65 0.38
Hex 7C A2 22 17 0 4F 24 4E 41 26
Octal 174 242 42 27 0 117 44 116 101 46
Binary 1111100 10100010 100010 10111 0 1001111 100100 1001110 1000001 100110

Color Harmonies of #7CA222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CA222

Black with #7CA222

Text Example


Text Example

White with #7CA222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,162,34); }

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

background-color css

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

 a { background-color: rgb(124,162,34); }

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

border-color css

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

 span { border-color: rgb(124,162,34); }

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