Html Css Color HEX #64A85C Apple

📋 copy color: '#64A85C'

red 100 ◦ green 168 ◦ blue 92

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

Shades of Apple #64A85C

Tints of Apple #64A85C

RGB

 RED value IS 100 (39.45% from 255) = 27.78%

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

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

R = 27.78%
G = 46.67%
B = 25.56%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#64A85C (or 0x64A85C) is known color: Apple. HEX triplet: 64, A8 and 5C. RGB value is (100,168,92). Sum of RGB (Red+Green+Blue) = 100+168+92=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 168 - color contains mainly: green. Hex color #64A85C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A85C is #9B57A3. Grayscale: #8B8B8B. Windows color (decimal): -10180516 or 6072420. OLE color: 6072420.

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

Color convert

RGB 100 168 92 -
CMYK 0.40 0 0.45 0.34
HSL 113.68º 0.3% 0.51% -
HSV(B) 113.68º 0.45% 0.66% -
XYZ 21.19 31.49 15.09 -
YUV 139 101.47 100.18 -
System Red Green Blue C M Y K H S L
Decimal 100 168 92 0.40 0 0.45 0.34 113.68 0.3 0.51
Hex 64 A8 5C 28 0 2D 22 72 1E 33
Octal 144 250 134 50 0 55 42 162 36 63
Binary 1100100 10101000 1011100 101000 0 101101 100010 1110010 11110 110011

Color Harmonies of #64A85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A85C

Black with #64A85C

Text Example


Text Example

White with #64A85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64A85C; }

 p { color: rgb(100,168,92); }

 H1.HeaderClassName
 {
   color: #64A85C;
 }
 .AnyTagClassName
 {
   color: #64A85C;
 }
</style>

background-color css

<style>
 a { background-color: #64A85C; }

 a { background-color: rgb(100,168,92); }

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

border-color css

<style>
 span { border-color: #64A85C; }

 span { border-color: rgb(100,168,92); }

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