Html Css Color HEX #639F46 Apple

📋 copy color: '#639F46'

red 99 ◦ green 159 ◦ blue 70

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

Shades of Apple #639F46

Tints of Apple #639F46

RGB

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

 GREEN value IS 159 (62.5% from 255) = 48.48%

 BLUE value IS 70 (27.73% from 255) = 21.34%

R = 30.18%
G = 48.48%
B = 21.34%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#639F46 (or 0x639F46) is known color: Apple. HEX triplet: 63, 9F and 46. RGB value is (99,159,70). Sum of RGB (Red+Green+Blue) = 99+159+70=328 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.18% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #639F46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639F46 is #9C60B9. Grayscale: #838383. Windows color (decimal): -10248378 or 4628323. OLE color: 4628323.

HSL color Cylindrical-coordinate representation of color #639F46: hue angle of 100.45º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #639F46 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 159 70 -
CMYK 0.38 0 0.56 0.38
HSL 100.45º 0.39% 0.45% -
HSV(B) 100.45º 0.56% 0.62% -
XYZ 18.65 27.89 10.19 -
YUV 130.91 93.62 105.24 -
System Red Green Blue C M Y K H S L
Decimal 99 159 70 0.38 0 0.56 0.38 100.45 0.39 0.45
Hex 63 9F 46 26 0 38 26 64 27 2D
Octal 143 237 106 46 0 70 46 144 47 55
Binary 1100011 10011111 1000110 100110 0 111000 100110 1100100 100111 101101

Color Harmonies of #639F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639F46

Black with #639F46

Text Example


Text Example

White with #639F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,159,70); }

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

background-color css

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

 a { background-color: rgb(99,159,70); }

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

border-color css

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

 span { border-color: rgb(99,159,70); }

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