Html Css Color HEX #65A453 Apple

📋 copy color: '#65A453'

red 101 ◦ green 164 ◦ blue 83

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

Shades of Apple #65A453

Tints of Apple #65A453

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.13%

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

R = 29.02%
G = 47.13%
B = 23.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#65A453 (or 0x65A453) is known color: Apple. HEX triplet: 65, A4 and 53. RGB value is (101,164,83). Sum of RGB (Red+Green+Blue) = 101+164+83=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 164 - color contains mainly: green. Hex color #65A453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A453 is #9A5BAC. Grayscale: #888888. Windows color (decimal): -10116013 or 5481573. OLE color: 5481573.

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

Color convert

RGB 101 164 83 -
CMYK 0.38 0 0.49 0.36
HSL 106.67º 0.33% 0.48% -
HSV(B) 106.67º 0.49% 0.64% -
XYZ 20.2 29.94 12.9 -
YUV 135.93 98.13 103.09 -
System Red Green Blue C M Y K H S L
Decimal 101 164 83 0.38 0 0.49 0.36 106.67 0.33 0.48
Hex 65 A4 53 26 0 31 24 6B 21 30
Octal 145 244 123 46 0 61 44 153 41 60
Binary 1100101 10100100 1010011 100110 0 110001 100100 1101011 100001 110000

Color Harmonies of #65A453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A453

Black with #65A453

Text Example


Text Example

White with #65A453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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