Html Css Color HEX #65A95A Apple

📋 copy color: '#65A95A'

red 101 ◦ green 169 ◦ blue 90

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

Shades of Apple #65A95A

Tints of Apple #65A95A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.94%

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

R = 28.06%
G = 46.94%
B = 25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#65A95A (or 0x65A95A) is known color: Apple. HEX triplet: 65, A9 and 5A. RGB value is (101,169,90). Sum of RGB (Red+Green+Blue) = 101+169+90=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 169 - color contains mainly: green. Hex color #65A95A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A95A is #9A56A5. Grayscale: #8B8B8B. Windows color (decimal): -10114726 or 5941605. OLE color: 5941605.

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

Color convert

RGB 101 169 90 -
CMYK 0.40 0 0.47 0.34
HSL 111.65º 0.31% 0.51% -
HSV(B) 111.65º 0.47% 0.66% -
XYZ 21.4 31.88 14.7 -
YUV 139.66 99.97 100.42 -
System Red Green Blue C M Y K H S L
Decimal 101 169 90 0.40 0 0.47 0.34 111.65 0.31 0.51
Hex 65 A9 5A 28 0 2F 22 70 1F 33
Octal 145 251 132 50 0 57 42 160 37 63
Binary 1100101 10101001 1011010 101000 0 101111 100010 1110000 11111 110011

Color Harmonies of #65A95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A95A

Black with #65A95A

Text Example


Text Example

White with #65A95A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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