Html Css Color HEX #639B42 Apple

📋 copy color: '#639B42'

red 99 ◦ green 155 ◦ blue 66

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

Shades of Apple #639B42

Tints of Apple #639B42

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.44%

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 30.94%
G = 48.44%
B = 20.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#639B42 (or 0x639B42) is known color: Apple. HEX triplet: 63, 9B and 42. RGB value is (99,155,66). Sum of RGB (Red+Green+Blue) = 99+155+66=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 155 - color contains mainly: green. Hex color #639B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639B42 is #9C64BD. Grayscale: #808080. Windows color (decimal): -10249406 or 4365155. OLE color: 4365155.

HSL color Cylindrical-coordinate representation of color #639B42: hue angle of 97.75º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #639B42 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 155 66 -
CMYK 0.36 0 0.57 0.39
HSL 97.75º 0.4% 0.43% -
HSV(B) 97.75º 0.57% 0.61% -
XYZ 17.85 26.49 9.33 -
YUV 128.11 92.95 107.24 -
System Red Green Blue C M Y K H S L
Decimal 99 155 66 0.36 0 0.57 0.39 97.75 0.4 0.43
Hex 63 9B 42 24 0 39 27 62 28 2B
Octal 143 233 102 44 0 71 47 142 50 53
Binary 1100011 10011011 1000010 100100 0 111001 100111 1100010 101000 101011

Color Harmonies of #639B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639B42

Black with #639B42

Text Example


Text Example

White with #639B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,155,66); }

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

background-color css

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

 a { background-color: rgb(99,155,66); }

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

border-color css

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

 span { border-color: rgb(99,155,66); }

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