Html Css Color HEX #639E4A Apple

📋 copy color: '#639E4A'

red 99 ◦ green 158 ◦ blue 74

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

Shades of Apple #639E4A

Tints of Apple #639E4A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.73%

 BLUE value IS 74 (29.3% from 255) = 22.36%

R = 29.91%
G = 47.73%
B = 22.36%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#639E4A (or 0x639E4A) is known color: Apple. HEX triplet: 63, 9E and 4A. RGB value is (99,158,74). Sum of RGB (Red+Green+Blue) = 99+158+74=331 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.91% from 331); Green value is 158 (62.11% from 255 or 47.73% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 158 - color contains mainly: green. Hex color #639E4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639E4A is #9C61B5. Grayscale: #838383. Windows color (decimal): -10248630 or 4890211. OLE color: 4890211.

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

Color convert

RGB 99 158 74 -
CMYK 0.37 0 0.53 0.38
HSL 102.14º 0.36% 0.45% -
HSV(B) 102.14º 0.53% 0.62% -
XYZ 18.61 27.6 10.83 -
YUV 130.78 95.95 105.33 -
System Red Green Blue C M Y K H S L
Decimal 99 158 74 0.37 0 0.53 0.38 102.14 0.36 0.45
Hex 63 9E 4A 25 0 35 26 66 24 2D
Octal 143 236 112 45 0 65 46 146 44 55
Binary 1100011 10011110 1001010 100101 0 110101 100110 1100110 100100 101101

Color Harmonies of #639E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639E4A

Black with #639E4A

Text Example


Text Example

White with #639E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,158,74); }

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

background-color css

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

 a { background-color: rgb(99,158,74); }

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

border-color css

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

 span { border-color: rgb(99,158,74); }

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