Html Css Color HEX #65A75C Apple

📋 copy color: '#65A75C'

red 101 ◦ green 167 ◦ blue 92

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

Shades of Apple #65A75C

Tints of Apple #65A75C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.56%

R = 28.06%
G = 46.39%
B = 25.56%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#65A75C (or 0x65A75C) is known color: Apple. HEX triplet: 65, A7 and 5C. RGB value is (101,167,92). Sum of RGB (Red+Green+Blue) = 101+167+92=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 167 (65.62% from 255 or 46.39% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 167 - color contains mainly: green. Hex color #65A75C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A75C is #9A58A3. Grayscale: #8A8A8A. Windows color (decimal): -10115236 or 6072165. OLE color: 6072165.

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

Color convert

RGB 101 167 92 -
CMYK 0.40 0 0.45 0.35
HSL 112.8º 0.3% 0.51% -
HSV(B) 112.8º 0.45% 0.65% -
XYZ 21.12 31.18 15.03 -
YUV 138.72 101.63 101.1 -
System Red Green Blue C M Y K H S L
Decimal 101 167 92 0.40 0 0.45 0.35 112.8 0.3 0.51
Hex 65 A7 5C 28 0 2D 23 71 1E 33
Octal 145 247 134 50 0 55 43 161 36 63
Binary 1100101 10100111 1011100 101000 0 101101 100011 1110001 11110 110011

Color Harmonies of #65A75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A75C

Black with #65A75C

Text Example


Text Example

White with #65A75C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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