Html Css Color HEX #689D45 Apple

📋 copy color: '#689D45'

red 104 ◦ green 157 ◦ blue 69

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

Shades of Apple #689D45

Tints of Apple #689D45

RGB

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

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

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

R = 31.52%
G = 47.58%
B = 20.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#689D45 (or 0x689D45) is known color: Apple. HEX triplet: 68, 9D and 45. RGB value is (104,157,69). Sum of RGB (Red+Green+Blue) = 104+157+69=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 157 - color contains mainly: green. Hex color #689D45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689D45 is #9762BA. Grayscale: #838383. Windows color (decimal): -9921211 or 4562280. OLE color: 4562280.

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

Color convert

RGB 104 157 69 -
CMYK 0.34 0 0.56 0.38
HSL 96.14º 0.39% 0.44% -
HSV(B) 96.14º 0.56% 0.62% -
XYZ 18.84 27.49 9.94 -
YUV 131.12 92.94 108.66 -
System Red Green Blue C M Y K H S L
Decimal 104 157 69 0.34 0 0.56 0.38 96.14 0.39 0.44
Hex 68 9D 45 22 0 38 26 60 27 2C
Octal 150 235 105 42 0 70 46 140 47 54
Binary 1101000 10011101 1000101 100010 0 111000 100110 1100000 100111 101100

Color Harmonies of #689D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689D45

Black with #689D45

Text Example


Text Example

White with #689D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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