#7CAB35

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

Shades of Sushi #7CAB35

Tints of Sushi #7CAB35

Color information

#7CAB35 (or 0x7CAB35) is unknown color: approx Sushi. HEX triplet: 7C, AB and 35. RGB value is (124,171,53). Sum of RGB (Red+Green+Blue) = 124+171+53=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAB35 is #8354CA. Grayscale: #8F8F8F. Windows color (decimal): -8606923 or 3517308. OLE color: 3517308.

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

Color convert

RGB12417153-
CMYK0.2700.690.33
HSL83.9º52.68%43.92%-
HSV(B)83.9º69.01%67.06%-
XYZ23.5233.678.63-
YUV143.576.93114.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.63%
GREEN value IS 171 (67.19% from 255) = 49.14%
BLUE value IS 53 (21.09% from 255) = 15.23%
R=35.63%
G=49.14%
B=15.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124171530.2700.690.3383.952.6843.92
Hex7CAB351B0452154352c
Octal17425365330105411246554
Binary11111001010101111010111011010001011000011010100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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