#7CAB33

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

Shades of Sushi #7CAB33

Tints of Sushi #7CAB33

Color information

#7CAB33 (or 0x7CAB33) is unknown color: approx Sushi. HEX triplet: 7C, AB and 33. RGB value is (124,171,51). Sum of RGB (Red+Green+Blue) = 124+171+51=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #7CAB33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAB33 is #8354CC. Grayscale: #8F8F8F. Windows color (decimal): -8606925 or 3386236. OLE color: 3386236.

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

Color convert

RGB12417151-
CMYK0.2700.700.33
HSL83.5º54.05%43.53%-
HSV(B)83.5º70.18%67.06%-
XYZ23.4733.658.39-
YUV143.2775.93114.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.84%
GREEN value IS 171 (67.19% from 255) = 49.42%
BLUE value IS 51 (20.31% from 255) = 14.74%
R=35.84%
G=49.42%
B=14.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124171510.2700.700.3383.554.0543.53
Hex7CAB331B0462154362c
Octal17425363330106411246654
Binary11111001010101111001111011010001101000011010100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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