Html Css Color HEX #65A75D Apple

📋 copy color: '#65A75D'

red 101 ◦ green 167 ◦ blue 93

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

Shades of Apple #65A75D

Tints of Apple #65A75D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.26%

 BLUE value IS 93 (36.72% from 255) = 25.76%

R = 27.98%
G = 46.26%
B = 25.76%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#65A75D (or 0x65A75D) is known color: Apple. HEX triplet: 65, A7 and 5D. RGB value is (101,167,93). Sum of RGB (Red+Green+Blue) = 101+167+93=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 167 (65.62% from 255 or 46.26% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 167 - color contains mainly: green. Hex color #65A75D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A75D is #9A58A2. Grayscale: #8B8B8B. Windows color (decimal): -10115235 or 6137701. OLE color: 6137701.

HSL color Cylindrical-coordinate representation of color #65A75D: hue angle of 113.51º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65A75D is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 101 167 93 -
CMYK 0.40 0 0.44 0.35
HSL 113.51º 0.3% 0.51% -
HSV(B) 113.51º 0.44% 0.65% -
XYZ 21.16 31.19 15.26 -
YUV 138.83 102.13 101.02 -
System Red Green Blue C M Y K H S L
Decimal 101 167 93 0.40 0 0.44 0.35 113.51 0.3 0.51
Hex 65 A7 5D 28 0 2C 23 72 1E 33
Octal 145 247 135 50 0 54 43 162 36 63
Binary 1100101 10100111 1011101 101000 0 101100 100011 1110010 11110 110011

Color Harmonies of #65A75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A75D

Black with #65A75D

Text Example


Text Example

White with #65A75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,167,93); }

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

background-color css

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

 a { background-color: rgb(101,167,93); }

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

border-color css

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

 span { border-color: rgb(101,167,93); }

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