Html Css Color HEX #659942 Apple

📋 copy color: '#659942'

red 101 ◦ green 153 ◦ blue 66

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

Shades of Apple #659942

Tints of Apple #659942

RGB

 RED value IS 101 (39.84% from 255) = 31.56%

 GREEN value IS 153 (60.16% from 255) = 47.81%

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

R = 31.56%
G = 47.81%
B = 20.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#659942 (or 0x659942) is known color: Apple. HEX triplet: 65, 99 and 42. RGB value is (101,153,66). Sum of RGB (Red+Green+Blue) = 101+153+66=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #659942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659942 is #9A66BD. Grayscale: #7F7F7F. Windows color (decimal): -10118846 or 4364645. OLE color: 4364645.

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

Color convert

RGB 101 153 66 -
CMYK 0.34 0 0.57 0.4
HSL 95.86º 0.4% 0.43% -
HSV(B) 95.86º 0.57% 0.6% -
XYZ 17.74 25.94 9.23 -
YUV 127.53 93.27 109.07 -
System Red Green Blue C M Y K H S L
Decimal 101 153 66 0.34 0 0.57 0.4 95.86 0.4 0.43
Hex 65 99 42 22 0 39 28 60 28 2B
Octal 145 231 102 42 0 71 50 140 50 53
Binary 1100101 10011001 1000010 100010 0 111001 101000 1100000 101000 101011

Color Harmonies of #659942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659942

Black with #659942

Text Example


Text Example

White with #659942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659942; }

 p { color: rgb(101,153,66); }

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

background-color css

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

 a { background-color: rgb(101,153,66); }

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

border-color css

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

 span { border-color: rgb(101,153,66); }

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