Html Css Color HEX #65A840 Apple

📋 copy color: '#65A840'

red 101 ◦ green 168 ◦ blue 64

#65A840
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #65A840

Tints of Apple #65A840

RGB

 RED value IS 101 (39.84% from 255) = 30.33%

 GREEN value IS 168 (66.02% from 255) = 50.45%

 BLUE value IS 64 (25.39% from 255) = 19.22%

R = 30.33%
G = 50.45%
B = 19.22%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#65A840 (or 0x65A840) is known color: Apple. HEX triplet: 65, A8 and 40. RGB value is (101,168,64). Sum of RGB (Red+Green+Blue) = 101+168+64=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 168 (66.02% from 255 or 50.45% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 168 - color contains mainly: green. Hex color #65A840 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A840 is #9A57BF. Grayscale: #888888. Windows color (decimal): -10115008 or 4237413. OLE color: 4237413.

HSL color Cylindrical-coordinate representation of color #65A840: hue angle of 98.65º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #65A840 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 101 168 64 -
CMYK 0.40 0 0.62 0.34
HSL 98.65º 0.45% 0.45% -
HSV(B) 98.65º 0.62% 0.66% -
XYZ 20.29 31.14 9.79 -
YUV 136.11 87.3 102.96 -
System Red Green Blue C M Y K H S L
Decimal 101 168 64 0.40 0 0.62 0.34 98.65 0.45 0.45
Hex 65 A8 40 28 0 3E 22 63 2D 2D
Octal 145 250 100 50 0 76 42 143 55 55
Binary 1100101 10101000 1000000 101000 0 111110 100010 1100011 101101 101101

Color Harmonies of #65A840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A840

Black with #65A840

Text Example


Text Example

White with #65A840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,168,64); }

 H1.HeaderClassName
 {
   color: #65A840;
 }
 .AnyTagClassName
 {
   color: #65A840;
 }
</style>

background-color css

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

 a { background-color: rgb(101,168,64); }

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

border-color css

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

 span { border-color: rgb(101,168,64); }

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