Html Css Color HEX #65A93B Apple

📋 copy color: '#65A93B'

red 101 ◦ green 169 ◦ blue 59

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

Shades of Apple #65A93B

Tints of Apple #65A93B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.93%

R = 30.7%
G = 51.37%
B = 17.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#65A93B (or 0x65A93B) is known color: Apple. HEX triplet: 65, A9 and 3B. RGB value is (101,169,59). Sum of RGB (Red+Green+Blue) = 101+169+59=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 169 (66.41% from 255 or 51.37% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 169 - color contains mainly: green. Hex color #65A93B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65A93B is #9A56C4. Grayscale: #888888. Windows color (decimal): -10114757 or 3909989. OLE color: 3909989.

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

Color convert

RGB 101 169 59 -
CMYK 0.40 0 0.65 0.34
HSL 97.09º 0.48% 0.45% -
HSV(B) 97.09º 0.65% 0.66% -
XYZ 20.34 31.46 9.14 -
YUV 136.13 84.47 102.94 -
System Red Green Blue C M Y K H S L
Decimal 101 169 59 0.40 0 0.65 0.34 97.09 0.48 0.45
Hex 65 A9 3B 28 0 41 22 61 30 2D
Octal 145 251 73 50 0 101 42 141 60 55
Binary 1100101 10101001 111011 101000 0 1000001 100010 1100001 110000 101101

Color Harmonies of #65A93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A93B

Black with #65A93B

Text Example


Text Example

White with #65A93B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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