Html Css Color HEX #689048 Dingley

📋 copy color: '#689048'

red 104 ◦ green 144 ◦ blue 72

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

Shades of Dingley #689048

Tints of Dingley #689048

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45%

 BLUE value IS 72 (28.52% from 255) = 22.5%

R = 32.5%
G = 45%
B = 22.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#689048 (or 0x689048) is known color: Dingley. HEX triplet: 68, 90 and 48. RGB value is (104,144,72). Sum of RGB (Red+Green+Blue) = 104+144+72=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #689048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689048 is #976FB7. Grayscale: #7C7C7C. Windows color (decimal): -9924536 or 4755560. OLE color: 4755560.

HSL color Cylindrical-coordinate representation of color #689048: hue angle of 93.33º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #689048 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 144 72 -
CMYK 0.28 0 0.50 0.44
HSL 93.33º 0.33% 0.42% -
HSV(B) 93.33º 0.5% 0.56% -
XYZ 16.85 23.36 9.75 -
YUV 123.83 98.75 113.85 -
System Red Green Blue C M Y K H S L
Decimal 104 144 72 0.28 0 0.50 0.44 93.33 0.33 0.42
Hex 68 90 48 1C 0 32 2C 5D 21 2A
Octal 150 220 110 34 0 62 54 135 41 52
Binary 1101000 10010000 1001000 11100 0 110010 101100 1011101 100001 101010

Color Harmonies of #689048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689048

Black with #689048

Text Example


Text Example

White with #689048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689048; }

 p { color: rgb(104,144,72); }

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

background-color css

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

 a { background-color: rgb(104,144,72); }

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

border-color css

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

 span { border-color: rgb(104,144,72); }

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