Html Css Color HEX #689F52 Apple

📋 copy color: '#689F52'

red 104 ◦ green 159 ◦ blue 82

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

Shades of Apple #689F52

Tints of Apple #689F52

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.09%

 BLUE value IS 82 (32.42% from 255) = 23.77%

R = 30.14%
G = 46.09%
B = 23.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#689F52 (or 0x689F52) is known color: Apple. HEX triplet: 68, 9F and 52. RGB value is (104,159,82). Sum of RGB (Red+Green+Blue) = 104+159+82=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #689F52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689F52 is #9760AD. Grayscale: #868686. Windows color (decimal): -9920686 or 5414760. OLE color: 5414760.

HSL color Cylindrical-coordinate representation of color #689F52: hue angle of 102.86º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #689F52 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 159 82 -
CMYK 0.35 0 0.48 0.38
HSL 102.86º 0.32% 0.47% -
HSV(B) 102.86º 0.48% 0.62% -
XYZ 19.63 28.35 12.42 -
YUV 133.78 98.78 106.76 -
System Red Green Blue C M Y K H S L
Decimal 104 159 82 0.35 0 0.48 0.38 102.86 0.32 0.47
Hex 68 9F 52 23 0 30 26 67 20 2F
Octal 150 237 122 43 0 60 46 147 40 57
Binary 1101000 10011111 1010010 100011 0 110000 100110 1100111 100000 101111

Color Harmonies of #689F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689F52

Black with #689F52

Text Example


Text Example

White with #689F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,159,82); }

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

background-color css

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

 a { background-color: rgb(104,159,82); }

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

border-color css

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

 span { border-color: rgb(104,159,82); }

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