Html Css Color HEX #64AB3D Apple

📋 copy color: '#64AB3D'

red 100 ◦ green 171 ◦ blue 61

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

Shades of Apple #64AB3D

Tints of Apple #64AB3D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.51%

 BLUE value IS 61 (24.22% from 255) = 18.37%

R = 30.12%
G = 51.51%
B = 18.37%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#64AB3D (or 0x64AB3D) is known color: Apple. HEX triplet: 64, AB and 3D. RGB value is (100,171,61). Sum of RGB (Red+Green+Blue) = 100+171+61=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #64AB3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AB3D is #9B54C2. Grayscale: #898989. Windows color (decimal): -10179779 or 4041572. OLE color: 4041572.

HSL color Cylindrical-coordinate representation of color #64AB3D: hue angle of 98.73º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64AB3D is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 171 61 -
CMYK 0.42 0 0.64 0.33
HSL 98.73º 0.47% 0.45% -
HSV(B) 98.73º 0.64% 0.67% -
XYZ 20.66 32.17 9.54 -
YUV 137.23 84.98 101.44 -
System Red Green Blue C M Y K H S L
Decimal 100 171 61 0.42 0 0.64 0.33 98.73 0.47 0.45
Hex 64 AB 3D 2A 0 40 21 63 2F 2D
Octal 144 253 75 52 0 100 41 143 57 55
Binary 1100100 10101011 111101 101010 0 1000000 100001 1100011 101111 101101

Color Harmonies of #64AB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AB3D

Black with #64AB3D

Text Example


Text Example

White with #64AB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,171,61); }

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

background-color css

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

 a { background-color: rgb(100,171,61); }

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

border-color css

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

 span { border-color: rgb(100,171,61); }

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