Html Css Color HEX #64B05B Apple

📋 copy color: '#64B05B'

red 100 ◦ green 176 ◦ blue 91

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

Shades of Apple #64B05B

Tints of Apple #64B05B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.96%

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

R = 27.25%
G = 47.96%
B = 24.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#64B05B (or 0x64B05B) is known color: Apple. HEX triplet: 64, B0 and 5B. RGB value is (100,176,91). Sum of RGB (Red+Green+Blue) = 100+176+91=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #64B05B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64B05B is #9B4FA4. Grayscale: #8F8F8F. Windows color (decimal): -10178469 or 6008932. OLE color: 6008932.

HSL color Cylindrical-coordinate representation of color #64B05B: hue angle of 113.65º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64B05B is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 176 91 -
CMYK 0.43 0 0.48 0.31
HSL 113.65º 0.35% 0.52% -
HSV(B) 113.65º 0.48% 0.69% -
XYZ 22.67 34.52 15.36 -
YUV 143.59 98.32 96.91 -
System Red Green Blue C M Y K H S L
Decimal 100 176 91 0.43 0 0.48 0.31 113.65 0.35 0.52
Hex 64 B0 5B 2B 0 30 1F 72 23 34
Octal 144 260 133 53 0 60 37 162 43 64
Binary 1100100 10110000 1011011 101011 0 110000 11111 1110010 100011 110100

Color Harmonies of #64B05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64B05B

Black with #64B05B

Text Example


Text Example

White with #64B05B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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