Html Css Color HEX #64A75A Apple

📋 copy color: '#64A75A'

red 100 ◦ green 167 ◦ blue 90

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

Shades of Apple #64A75A

Tints of Apple #64A75A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.21%

R = 28.01%
G = 46.78%
B = 25.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#64A75A (or 0x64A75A) is known color: Apple. HEX triplet: 64, A7 and 5A. RGB value is (100,167,90). Sum of RGB (Red+Green+Blue) = 100+167+90=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 167 - color contains mainly: green. Hex color #64A75A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A75A is #9B58A5. Grayscale: #8A8A8A. Windows color (decimal): -10180774 or 5941092. OLE color: 5941092.

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

Color convert

RGB 100 167 90 -
CMYK 0.40 0 0.46 0.35
HSL 112.21º 0.3% 0.5% -
HSV(B) 112.21º 0.46% 0.65% -
XYZ 20.92 31.08 14.57 -
YUV 138.19 100.8 100.76 -
System Red Green Blue C M Y K H S L
Decimal 100 167 90 0.40 0 0.46 0.35 112.21 0.3 0.5
Hex 64 A7 5A 28 0 2E 23 70 1E 32
Octal 144 247 132 50 0 56 43 160 36 62
Binary 1100100 10100111 1011010 101000 0 101110 100011 1110000 11110 110010

Color Harmonies of #64A75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A75A

Black with #64A75A

Text Example


Text Example

White with #64A75A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,167,90); }

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

background-color css

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

 a { background-color: rgb(100,167,90); }

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

border-color css

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

 span { border-color: rgb(100,167,90); }

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