Html Css Color HEX #7CAB40 Sushi

📋 copy color: '#7CAB40'

red 124 ◦ green 171 ◦ blue 64

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

Shades of Sushi #7CAB40

Tints of Sushi #7CAB40

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.63%

 BLUE value IS 64 (25.39% from 255) = 17.83%

R = 34.54%
G = 47.63%
B = 17.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#7CAB40 (or 0x7CAB40) is known color: Sushi. HEX triplet: 7C, AB and 40. RGB value is (124,171,64). Sum of RGB (Red+Green+Blue) = 124+171+64=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAB40 is #8354BF. Grayscale: #919191. Windows color (decimal): -8606912 or 4238204. OLE color: 4238204.

HSL color Cylindrical-coordinate representation of color #7CAB40: hue angle of 86.36º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7CAB40 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 171 64 -
CMYK 0.27 0 0.63 0.33
HSL 86.36º 0.46% 0.46% -
HSV(B) 86.36º 0.63% 0.67% -
XYZ 23.8 33.78 10.12 -
YUV 144.75 82.43 113.2 -
System Red Green Blue C M Y K H S L
Decimal 124 171 64 0.27 0 0.63 0.33 86.36 0.46 0.46
Hex 7C AB 40 1B 0 3F 21 56 2E 2E
Octal 174 253 100 33 0 77 41 126 56 56
Binary 1111100 10101011 1000000 11011 0 111111 100001 1010110 101110 101110

Color Harmonies of #7CAB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CAB40

Black with #7CAB40

Text Example


Text Example

White with #7CAB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,171,64); }

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

background-color css

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

 a { background-color: rgb(124,171,64); }

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

border-color css

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

 span { border-color: rgb(124,171,64); }

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