#65B146

Color #65B146 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #65B146

Tints of Apple #65B146

Color information

#65B146 (or 0x65B146) is unknown color: approx Apple. HEX triplet: 65, B1 and 46. RGB value is (101,177,70). Sum of RGB (Red+Green+Blue) = 101+177+70=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 177 (69.53% from 255 or 50.86% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 177 - color contains mainly: green. Hex color #65B146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65B146 is #9A4EB9. Grayscale: #8E8E8E. Windows color (decimal): -10112698 or 4632933. OLE color: 4632933.

HSL color Cylindrical-coordinate representation of color #65B146: hue angle of 102.62º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65B146 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB10117770-
CMYK0.4300.600.31
HSL102.62º43.32%48.43%-
HSV(B)102.62º60.45%69.41%-
XYZ22.1934.6511.31-
YUV142.0887.3298.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.02%
GREEN value IS 177 (69.53% from 255) = 50.86%
BLUE value IS 70 (27.73% from 255) = 20.11%
R=29.02%
G=50.86%
B=20.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101177700.4300.600.31102.6243.3248.43
Hex65B1462B03C1F672b30
Octal14526110653074371475360
Binary11001011011000110001101010110111100111111100111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65B146; }

 p { color: rgb(101,177,70); }

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

<style>
 a { background-color: #65B146; }

 a { background-color: rgb(101,177,70); }

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

<style>
 span { border-color: #65B146; }

 span { border-color: rgb(101,177,70); }

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