Html Css Color HEX #64A65B Apple

📋 copy color: '#64A65B'

red 100 ◦ green 166 ◦ blue 91

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

Shades of Apple #64A65B

Tints of Apple #64A65B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.5%

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 28.01%
G = 46.5%
B = 25.49%

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

#64A65B (or 0x64A65B) is known color: Apple. HEX triplet: 64, A6 and 5B. RGB value is (100,166,91). Sum of RGB (Red+Green+Blue) = 100+166+91=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 166 - color contains mainly: green. Hex color #64A65B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A65B is #9B59A4. Grayscale: #898989. Windows color (decimal): -10181029 or 6006372. OLE color: 6006372.

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

Color convert

RGB 100 166 91 -
CMYK 0.40 0 0.45 0.35
HSL 112.8º 0.3% 0.5% -
HSV(B) 112.8º 0.45% 0.65% -
XYZ 20.78 30.74 14.74 -
YUV 137.72 101.63 101.1 -
System Red Green Blue C M Y K H S L
Decimal 100 166 91 0.40 0 0.45 0.35 112.8 0.3 0.5
Hex 64 A6 5B 28 0 2D 23 71 1E 32
Octal 144 246 133 50 0 55 43 161 36 62
Binary 1100100 10100110 1011011 101000 0 101101 100011 1110001 11110 110010

Color Harmonies of #64A65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A65B

Black with #64A65B

Text Example


Text Example

White with #64A65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,166,91); }

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

background-color css

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

 a { background-color: rgb(100,166,91); }

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

border-color css

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

 span { border-color: rgb(100,166,91); }

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