#65B74D

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

Shades of Apple #65B74D

Tints of Apple #65B74D

Color information

#65B74D (or 0x65B74D) is unknown color: approx Apple. HEX triplet: 65, B7 and 4D. RGB value is (101,183,77). Sum of RGB (Red+Green+Blue) = 101+183+77=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 183 (71.88% from 255 or 50.69% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 183 - color contains mainly: green. Hex color #65B74D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B74D is #9A48B2. Grayscale: #929292. Windows color (decimal): -10111155 or 5093221. OLE color: 5093221.

HSL color Cylindrical-coordinate representation of color #65B74D: hue angle of 106.42º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65B74D is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB10118377-
CMYK0.4500.580.28
HSL106.42º42.4%50.98%-
HSV(B)106.42º57.92%71.76%-
XYZ23.6437.1712.95-
YUV146.488.8395.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.98%
GREEN value IS 183 (71.88% from 255) = 50.69%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=27.98%
G=50.69%
B=21.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal101183770.4500.580.28106.4242.450.98
Hex65B74D2D03A1C6a2a33
Octal14526711555072341525263
Binary11001011011011110011011011010111010111001101010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,183,77); }

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

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

 a { background-color: rgb(101,183,77); }

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

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

 span { border-color: rgb(101,183,77); }

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