Html Css Color HEX #689D52 Apple

📋 copy color: '#689D52'

red 104 ◦ green 157 ◦ blue 82

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

Shades of Apple #689D52

Tints of Apple #689D52

RGB

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

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

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

R = 30.32%
G = 45.77%
B = 23.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#689D52 (or 0x689D52) is known color: Apple. HEX triplet: 68, 9D and 52. RGB value is (104,157,82). Sum of RGB (Red+Green+Blue) = 104+157+82=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #689D52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689D52 is #9762AD. Grayscale: #848484. Windows color (decimal): -9921198 or 5414248. OLE color: 5414248.

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

Color convert

RGB 104 157 82 -
CMYK 0.34 0 0.48 0.38
HSL 102.4º 0.31% 0.47% -
HSV(B) 102.4º 0.48% 0.62% -
XYZ 19.29 27.67 12.31 -
YUV 132.6 99.44 107.6 -
System Red Green Blue C M Y K H S L
Decimal 104 157 82 0.34 0 0.48 0.38 102.4 0.31 0.47
Hex 68 9D 52 22 0 30 26 66 1F 2F
Octal 150 235 122 42 0 60 46 146 37 57
Binary 1101000 10011101 1010010 100010 0 110000 100110 1100110 11111 101111

Color Harmonies of #689D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689D52

Black with #689D52

Text Example


Text Example

White with #689D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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