#65B75B

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

Shades of Apple #65B75B

Tints of Apple #65B75B

Color information

#65B75B (or 0x65B75B) is unknown color: approx Apple. HEX triplet: 65, B7 and 5B. RGB value is (101,183,91). Sum of RGB (Red+Green+Blue) = 101+183+91=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #65B75B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B75B is #9A48A4. Grayscale: #949494. Windows color (decimal): -10111141 or 6010725. OLE color: 6010725.

HSL color Cylindrical-coordinate representation of color #65B75B: hue angle of 113.48º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65B75B is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB10118391-
CMYK0.4500.500.28
HSL113.48º38.98%53.73%-
HSV(B)113.48º50.27%71.76%-
XYZ24.1937.3915.84-
YUV147.9995.8394.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 183 (71.88% from 255) = 48.8%
BLUE value IS 91 (35.94% from 255) = 24.27%
R=26.93%
G=48.8%
B=24.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal101183910.4500.500.28113.4838.9853.73
Hex65B75B2D0321C712736
Octal14526713355062341614766
Binary11001011011011110110111011010110010111001110001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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