Html Css Color HEX #639D50 Apple

📋 copy color: '#639D50'

red 99 ◦ green 157 ◦ blue 80

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

Shades of Apple #639D50

Tints of Apple #639D50

RGB

 RED value IS 99 (39.06% from 255) = 29.46%

 GREEN value IS 157 (61.72% from 255) = 46.73%

 BLUE value IS 80 (31.64% from 255) = 23.81%

R = 29.46%
G = 46.73%
B = 23.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#639D50 (or 0x639D50) is known color: Apple. HEX triplet: 63, 9D and 50. RGB value is (99,157,80). Sum of RGB (Red+Green+Blue) = 99+157+80=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 157 - color contains mainly: green. Hex color #639D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639D50 is #9C62AF. Grayscale: #838383. Windows color (decimal): -10248880 or 5283171. OLE color: 5283171.

HSL color Cylindrical-coordinate representation of color #639D50: hue angle of 105.19º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #639D50 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 157 80 -
CMYK 0.37 0 0.49 0.38
HSL 105.19º 0.32% 0.46% -
HSV(B) 105.19º 0.49% 0.62% -
XYZ 18.65 27.35 11.88 -
YUV 130.88 99.28 105.26 -
System Red Green Blue C M Y K H S L
Decimal 99 157 80 0.37 0 0.49 0.38 105.19 0.32 0.46
Hex 63 9D 50 25 0 31 26 69 20 2E
Octal 143 235 120 45 0 61 46 151 40 56
Binary 1100011 10011101 1010000 100101 0 110001 100110 1101001 100000 101110

Color Harmonies of #639D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639D50

Black with #639D50

Text Example


Text Example

White with #639D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639D50; }

 p { color: rgb(99,157,80); }

 H1.HeaderClassName
 {
   color: #639D50;
 }
 .AnyTagClassName
 {
   color: #639D50;
 }
</style>

background-color css

<style>
 a { background-color: #639D50; }

 a { background-color: rgb(99,157,80); }

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

border-color css

<style>
 span { border-color: #639D50; }

 span { border-color: rgb(99,157,80); }

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