#60970F

Color #60970F Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #60970F

Tints of Limeade #60970F

Color information

#60970F (or 0x60970F) is unknown color: approx Limeade. HEX triplet: 60, 97 and 0F. RGB value is (96,151,15). Sum of RGB (Red+Green+Blue) = 96+151+15=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 151 (59.38% from 255 or 57.63% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 151 - color contains mainly: green. Hex color #60970F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60970F is #9F68F0. Grayscale: #777777. Windows color (decimal): -10447089 or 1021792. OLE color: 1021792.

HSL color Cylindrical-coordinate representation of color #60970F: hue angle of 84.26º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60970F is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB9615115-
CMYK0.3600.900.41
HSL84.26º81.93%32.55%-
HSV(B)84.26º90.07%59.22%-
XYZ15.9824.654.37-
YUV119.0569.28111.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.64%
GREEN value IS 151 (59.38% from 255) = 57.63%
BLUE value IS 15 (6.25% from 255) = 5.73%
R=36.64%
G=57.63%
B=5.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96151150.3600.900.4184.2681.9332.55
Hex6097F2405A29545221
Octal140227174401325112412241
Binary11000001001011111111001000101101010100110101001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60970F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60970F; }

 p { color: rgb(96,151,15); }

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

<style>
 a { background-color: #60970F; }

 a { background-color: rgb(96,151,15); }

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

<style>
 span { border-color: #60970F; }

 span { border-color: rgb(96,151,15); }

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