Html Css Color HEX #65A13F Apple

📋 copy color: '#65A13F'

red 101 ◦ green 161 ◦ blue 63

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

Shades of Apple #65A13F

Tints of Apple #65A13F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.54%

 BLUE value IS 63 (25% from 255) = 19.38%

R = 31.08%
G = 49.54%
B = 19.38%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#65A13F (or 0x65A13F) is known color: Apple. HEX triplet: 65, A1 and 3F. RGB value is (101,161,63). Sum of RGB (Red+Green+Blue) = 101+161+63=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #65A13F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A13F is #9A5EC0. Grayscale: #848484. Windows color (decimal): -10116801 or 4170085. OLE color: 4170085.

HSL color Cylindrical-coordinate representation of color #65A13F: hue angle of 96.73º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #65A13F is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 101 161 63 -
CMYK 0.37 0 0.61 0.37
HSL 96.73º 0.44% 0.44% -
HSV(B) 96.73º 0.61% 0.63% -
XYZ 19.01 28.62 9.22 -
YUV 131.89 89.12 105.97 -
System Red Green Blue C M Y K H S L
Decimal 101 161 63 0.37 0 0.61 0.37 96.73 0.44 0.44
Hex 65 A1 3F 25 0 3D 25 61 2C 2C
Octal 145 241 77 45 0 75 45 141 54 54
Binary 1100101 10100001 111111 100101 0 111101 100101 1100001 101100 101100

Color Harmonies of #65A13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A13F

Black with #65A13F

Text Example


Text Example

White with #65A13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,161,63); }

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

background-color css

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

 a { background-color: rgb(101,161,63); }

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

border-color css

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

 span { border-color: rgb(101,161,63); }

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