Html Css Color HEX #689945 Apple

📋 copy color: '#689945'

red 104 ◦ green 153 ◦ blue 69

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

Shades of Apple #689945

Tints of Apple #689945

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.93%

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

R = 31.9%
G = 46.93%
B = 21.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#689945 (or 0x689945) is known color: Apple. HEX triplet: 68, 99 and 45. RGB value is (104,153,69). Sum of RGB (Red+Green+Blue) = 104+153+69=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #689945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689945 is #9766BA. Grayscale: #818181. Windows color (decimal): -9922235 or 4561256. OLE color: 4561256.

HSL color Cylindrical-coordinate representation of color #689945: hue angle of 95º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #689945 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 153 69 -
CMYK 0.32 0 0.55 0.4
HSL 95º 0.38% 0.44% -
HSV(B) 95º 0.55% 0.6% -
XYZ 18.17 26.16 9.72 -
YUV 128.77 94.27 110.33 -
System Red Green Blue C M Y K H S L
Decimal 104 153 69 0.32 0 0.55 0.4 95 0.38 0.44
Hex 68 99 45 20 0 37 28 5F 26 2C
Octal 150 231 105 40 0 67 50 137 46 54
Binary 1101000 10011001 1000101 100000 0 110111 101000 1011111 100110 101100

Color Harmonies of #689945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689945

Black with #689945

Text Example


Text Example

White with #689945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689945; }

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

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

background-color css

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

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

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

border-color css

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

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

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