Html Css Color HEX #689B45 Apple

📋 copy color: '#689B45'

red 104 ◦ green 155 ◦ blue 69

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

Shades of Apple #689B45

Tints of Apple #689B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.04%

R = 31.71%
G = 47.26%
B = 21.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#689B45 (or 0x689B45) is known color: Apple. HEX triplet: 68, 9B and 45. RGB value is (104,155,69). Sum of RGB (Red+Green+Blue) = 104+155+69=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #689B45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689B45 is #9764BA. Grayscale: #828282. Windows color (decimal): -9921723 or 4561768. OLE color: 4561768.

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

Color convert

RGB 104 155 69 -
CMYK 0.33 0 0.55 0.39
HSL 95.58º 0.38% 0.44% -
HSV(B) 95.58º 0.55% 0.61% -
XYZ 18.5 26.82 9.83 -
YUV 129.95 93.6 109.49 -
System Red Green Blue C M Y K H S L
Decimal 104 155 69 0.33 0 0.55 0.39 95.58 0.38 0.44
Hex 68 9B 45 21 0 37 27 60 26 2C
Octal 150 233 105 41 0 67 47 140 46 54
Binary 1101000 10011011 1000101 100001 0 110111 100111 1100000 100110 101100

Color Harmonies of #689B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689B45

Black with #689B45

Text Example


Text Example

White with #689B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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