#7CA935

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

Shades of Sushi #7CA935

Tints of Sushi #7CA935

Color information

#7CA935 (or 0x7CA935) is unknown color: approx Sushi. HEX triplet: 7C, A9 and 35. RGB value is (124,169,53). Sum of RGB (Red+Green+Blue) = 124+169+53=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 169 - color contains mainly: green. Hex color #7CA935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA935 is #8356CA. Grayscale: #8E8E8E. Windows color (decimal): -8607435 or 3516796. OLE color: 3516796.

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

Color convert

RGB12416953-
CMYK0.2700.690.34
HSL83.28º52.25%43.53%-
HSV(B)83.28º68.64%66.27%-
XYZ23.1432.928.5-
YUV142.3277.59114.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.84%
GREEN value IS 169 (66.41% from 255) = 48.84%
BLUE value IS 53 (21.09% from 255) = 15.32%
R=35.84%
G=48.84%
B=15.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal124169530.2700.690.3483.2852.2543.53
Hex7CA9351B0452253342c
Octal17425165330105421236454
Binary11111001010100111010111011010001011000101010011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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