Html Css Color HEX #65A153 Apple

📋 copy color: '#65A153'

red 101 ◦ green 161 ◦ blue 83

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

Shades of Apple #65A153

Tints of Apple #65A153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.06%

R = 29.28%
G = 46.67%
B = 24.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#65A153 (or 0x65A153) is known color: Apple. HEX triplet: 65, A1 and 53. RGB value is (101,161,83). Sum of RGB (Red+Green+Blue) = 101+161+83=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #65A153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A153 is #9A5EAC. Grayscale: #868686. Windows color (decimal): -10116781 or 5480805. OLE color: 5480805.

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

Color convert

RGB 101 161 83 -
CMYK 0.37 0 0.48 0.37
HSL 106.15º 0.32% 0.48% -
HSV(B) 106.15º 0.48% 0.63% -
XYZ 19.67 28.88 12.72 -
YUV 134.17 99.12 104.34 -
System Red Green Blue C M Y K H S L
Decimal 101 161 83 0.37 0 0.48 0.37 106.15 0.32 0.48
Hex 65 A1 53 25 0 30 25 6A 20 30
Octal 145 241 123 45 0 60 45 152 40 60
Binary 1100101 10100001 1010011 100101 0 110000 100101 1101010 100000 110000

Color Harmonies of #65A153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A153

Black with #65A153

Text Example


Text Example

White with #65A153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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