#7CAB41

Color #7CAB41 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #7CAB41

Tints of Sushi #7CAB41

Color information

#7CAB41 (or 0x7CAB41) is unknown color: approx Sushi. HEX triplet: 7C, AB and 41. RGB value is (124,171,65). Sum of RGB (Red+Green+Blue) = 124+171+65=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAB41 is #8354BE. Grayscale: #919191. Windows color (decimal): -8606911 or 4303740. OLE color: 4303740.

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

Color convert

RGB12417165-
CMYK0.2700.620.33
HSL86.6º44.92%46.27%-
HSV(B)86.6º61.99%67.06%-
XYZ23.8333.7910.27-
YUV144.8682.93113.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.44%
GREEN value IS 171 (67.19% from 255) = 47.5%
BLUE value IS 65 (25.78% from 255) = 18.06%
R=34.44%
G=47.5%
B=18.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124171650.2700.620.3386.644.9246.27
Hex7CAB411B03E21572d2e
Octal17425310133076411275556
Binary11111001010101110000011101101111101000011010111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CAB41;
 }
 .AnyTagClassName
 {
   color: #7CAB41;
 }
</style>
background-color css

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

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

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

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

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

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