Html Css Color HEX #65A247 Apple

📋 copy color: '#65A247'

red 101 ◦ green 162 ◦ blue 71

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

Shades of Apple #65A247

Tints of Apple #65A247

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.5%

 BLUE value IS 71 (28.13% from 255) = 21.26%

R = 30.24%
G = 48.5%
B = 21.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#65A247 (or 0x65A247) is known color: Apple. HEX triplet: 65, A2 and 47. RGB value is (101,162,71). Sum of RGB (Red+Green+Blue) = 101+162+71=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #65A247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A247 is #9A5DB8. Grayscale: #858585. Windows color (decimal): -10116537 or 4694629. OLE color: 4694629.

HSL color Cylindrical-coordinate representation of color #65A247: hue angle of 100.22º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65A247 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 101 162 71 -
CMYK 0.38 0 0.56 0.36
HSL 100.22º 0.39% 0.46% -
HSV(B) 100.22º 0.56% 0.64% -
XYZ 19.42 29.06 10.55 -
YUV 133.39 92.79 104.9 -
System Red Green Blue C M Y K H S L
Decimal 101 162 71 0.38 0 0.56 0.36 100.22 0.39 0.46
Hex 65 A2 47 26 0 38 24 64 27 2E
Octal 145 242 107 46 0 70 44 144 47 56
Binary 1100101 10100010 1000111 100110 0 111000 100100 1100100 100111 101110

Color Harmonies of #65A247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A247

Black with #65A247

Text Example


Text Example

White with #65A247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,162,71); }

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

background-color css

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

 a { background-color: rgb(101,162,71); }

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

border-color css

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

 span { border-color: rgb(101,162,71); }

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