Html Css Color HEX #689148 Dingley

📋 copy color: '#689148'

red 104 ◦ green 145 ◦ blue 72

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

Shades of Dingley #689148

Tints of Dingley #689148

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.17%

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

R = 32.4%
G = 45.17%
B = 22.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#689148 (or 0x689148) is known color: Dingley. HEX triplet: 68, 91 and 48. RGB value is (104,145,72). Sum of RGB (Red+Green+Blue) = 104+145+72=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #689148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689148 is #976EB7. Grayscale: #7C7C7C. Windows color (decimal): -9924280 or 4755816. OLE color: 4755816.

HSL color Cylindrical-coordinate representation of color #689148: hue angle of 93.7º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #689148 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 145 72 -
CMYK 0.28 0 0.50 0.43
HSL 93.7º 0.34% 0.43% -
HSV(B) 93.7º 0.5% 0.57% -
XYZ 17 23.66 9.8 -
YUV 124.42 98.42 113.44 -
System Red Green Blue C M Y K H S L
Decimal 104 145 72 0.28 0 0.50 0.43 93.7 0.34 0.43
Hex 68 91 48 1C 0 32 2B 5E 22 2B
Octal 150 221 110 34 0 62 53 136 42 53
Binary 1101000 10010001 1001000 11100 0 110010 101011 1011110 100010 101011

Color Harmonies of #689148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689148

Black with #689148

Text Example


Text Example

White with #689148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689148; }

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

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

background-color css

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

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

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

border-color css

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

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

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