Html Css Color HEX #65A85A Apple

📋 copy color: '#65A85A'

red 101 ◦ green 168 ◦ blue 90

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

Shades of Apple #65A85A

Tints of Apple #65A85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.07%

R = 28.13%
G = 46.8%
B = 25.07%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#65A85A (or 0x65A85A) is known color: Apple. HEX triplet: 65, A8 and 5A. RGB value is (101,168,90). Sum of RGB (Red+Green+Blue) = 101+168+90=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 168 - color contains mainly: green. Hex color #65A85A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A85A is #9A57A5. Grayscale: #8B8B8B. Windows color (decimal): -10114982 or 5941349. OLE color: 5941349.

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

Color convert

RGB 101 168 90 -
CMYK 0.40 0 0.46 0.34
HSL 111.54º 0.31% 0.51% -
HSV(B) 111.54º 0.46% 0.66% -
XYZ 21.21 31.51 14.64 -
YUV 139.08 100.3 100.84 -
System Red Green Blue C M Y K H S L
Decimal 101 168 90 0.40 0 0.46 0.34 111.54 0.31 0.51
Hex 65 A8 5A 28 0 2E 22 70 1F 33
Octal 145 250 132 50 0 56 42 160 37 63
Binary 1100101 10101000 1011010 101000 0 101110 100010 1110000 11111 110011

Color Harmonies of #65A85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A85A

Black with #65A85A

Text Example


Text Example

White with #65A85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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