Html Css Color HEX #689B50 Apple

📋 copy color: '#689B50'

red 104 ◦ green 155 ◦ blue 80

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

Shades of Apple #689B50

Tints of Apple #689B50

RGB

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

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

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

R = 30.68%
G = 45.72%
B = 23.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#689B50 (or 0x689B50) is known color: Apple. HEX triplet: 68, 9B and 50. RGB value is (104,155,80). Sum of RGB (Red+Green+Blue) = 104+155+80=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #689B50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689B50 is #9764AF. Grayscale: #838383. Windows color (decimal): -9921712 or 5282664. OLE color: 5282664.

HSL color Cylindrical-coordinate representation of color #689B50: hue angle of 100.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #689B50 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 155 80 -
CMYK 0.33 0 0.48 0.39
HSL 100.8º 0.32% 0.46% -
HSV(B) 100.8º 0.48% 0.61% -
XYZ 18.88 26.96 11.8 -
YUV 131.2 99.1 108.6 -
System Red Green Blue C M Y K H S L
Decimal 104 155 80 0.33 0 0.48 0.39 100.8 0.32 0.46
Hex 68 9B 50 21 0 30 27 65 20 2E
Octal 150 233 120 41 0 60 47 145 40 56
Binary 1101000 10011011 1010000 100001 0 110000 100111 1100101 100000 101110

Color Harmonies of #689B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689B50

Black with #689B50

Text Example


Text Example

White with #689B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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