Html Css Color HEX #64B74D Apple

📋 copy color: '#64B74D'

red 100 ◦ green 183 ◦ blue 77

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

Shades of Apple #64B74D

Tints of Apple #64B74D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 50.83%

 BLUE value IS 77 (30.47% from 255) = 21.39%

R = 27.78%
G = 50.83%
B = 21.39%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#64B74D (or 0x64B74D) is known color: Apple. HEX triplet: 64, B7 and 4D. RGB value is (100,183,77). Sum of RGB (Red+Green+Blue) = 100+183+77=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 183 (71.88% from 255 or 50.83% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 183 - color contains mainly: green. Hex color #64B74D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64B74D is #9B48B2. Grayscale: #929292. Windows color (decimal): -10176691 or 5093220. OLE color: 5093220.

HSL color Cylindrical-coordinate representation of color #64B74D: hue angle of 106.98º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64B74D is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 100 183 77 -
CMYK 0.45 0 0.58 0.28
HSL 106.98º 0.42% 0.51% -
HSV(B) 106.98º 0.58% 0.72% -
XYZ 23.53 37.11 12.94 -
YUV 146.1 89 95.12 -
System Red Green Blue C M Y K H S L
Decimal 100 183 77 0.45 0 0.58 0.28 106.98 0.42 0.51
Hex 64 B7 4D 2D 0 3A 1C 6B 2A 33
Octal 144 267 115 55 0 72 34 153 52 63
Binary 1100100 10110111 1001101 101101 0 111010 11100 1101011 101010 110011

Color Harmonies of #64B74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B74D

Black with #64B74D

Text Example


Text Example

White with #64B74D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,183,77); }

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

background-color css

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

 a { background-color: rgb(100,183,77); }

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

border-color css

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

 span { border-color: rgb(100,183,77); }

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