Html Css Color HEX #689D50 Apple

📋 copy color: '#689D50'

red 104 ◦ green 157 ◦ blue 80

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

Shades of Apple #689D50

Tints of Apple #689D50

RGB

 RED value IS 104 (41.02% from 255) = 30.5%

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

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

R = 30.5%
G = 46.04%
B = 23.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#689D50 (or 0x689D50) is known color: Apple. HEX triplet: 68, 9D and 50. RGB value is (104,157,80). Sum of RGB (Red+Green+Blue) = 104+157+80=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 157 - color contains mainly: green. Hex color #689D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689D50 is #9762AF. Grayscale: #848484. Windows color (decimal): -9921200 or 5283176. OLE color: 5283176.

HSL color Cylindrical-coordinate representation of color #689D50: hue angle of 101.3º 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 #689D50 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 157 80 -
CMYK 0.34 0 0.49 0.38
HSL 101.3º 0.32% 0.46% -
HSV(B) 101.3º 0.49% 0.62% -
XYZ 19.21 27.64 11.91 -
YUV 132.38 98.44 107.76 -
System Red Green Blue C M Y K H S L
Decimal 104 157 80 0.34 0 0.49 0.38 101.3 0.32 0.46
Hex 68 9D 50 22 0 31 26 65 20 2E
Octal 150 235 120 42 0 61 46 145 40 56
Binary 1101000 10011101 1010000 100010 0 110001 100110 1100101 100000 101110

Color Harmonies of #689D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689D50

Black with #689D50

Text Example


Text Example

White with #689D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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