#7CA830

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

Shades of Sushi #7CA830

Tints of Sushi #7CA830

Color information

#7CA830 (or 0x7CA830) is unknown color: approx Sushi. HEX triplet: 7C, A8 and 30. RGB value is (124,168,48). Sum of RGB (Red+Green+Blue) = 124+168+48=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 168 (66.02% from 255 or 49.41% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 168 - color contains mainly: green. Hex color #7CA830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA830 is #8357CF. Grayscale: #8D8D8D. Windows color (decimal): -8607696 or 3188860. OLE color: 3188860.

HSL color Cylindrical-coordinate representation of color #7CA830: hue angle of 82º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7CA830 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB12416848-
CMYK0.2600.710.34
HSL82º55.56%42.35%-
HSV(B)82º71.43%65.88%-
XYZ22.8532.57.87-
YUV141.1675.42115.76-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.47%
GREEN value IS 168 (66.02% from 255) = 49.41%
BLUE value IS 48 (19.14% from 255) = 14.12%
R=36.47%
G=49.41%
B=14.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal124168480.2600.710.348255.5642.35
Hex7CA8301A0472252382a
Octal17425060320107421227052
Binary11111001010100011000011010010001111000101010010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,168,48); }

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

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

 a { background-color: rgb(124,168,48); }

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

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

 span { border-color: rgb(124,168,48); }

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