Html Css Color HEX #689248 Dingley

📋 copy color: '#689248'

red 104 ◦ green 146 ◦ blue 72

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

Shades of Dingley #689248

Tints of Dingley #689248

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.34%

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

R = 32.3%
G = 45.34%
B = 22.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#689248 (or 0x689248) is known color: Dingley. HEX triplet: 68, 92 and 48. RGB value is (104,146,72). Sum of RGB (Red+Green+Blue) = 104+146+72=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #689248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689248 is #976DB7. Grayscale: #7D7D7D. Windows color (decimal): -9924024 or 4756072. OLE color: 4756072.

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

Color convert

RGB 104 146 72 -
CMYK 0.29 0 0.51 0.43
HSL 94.05º 0.34% 0.43% -
HSV(B) 94.05º 0.51% 0.57% -
XYZ 17.16 23.97 9.85 -
YUV 125.01 98.09 113.02 -
System Red Green Blue C M Y K H S L
Decimal 104 146 72 0.29 0 0.51 0.43 94.05 0.34 0.43
Hex 68 92 48 1D 0 33 2B 5E 22 2B
Octal 150 222 110 35 0 63 53 136 42 53
Binary 1101000 10010010 1001000 11101 0 110011 101011 1011110 100010 101011

Color Harmonies of #689248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689248

Black with #689248

Text Example


Text Example

White with #689248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689248; }

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

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

background-color css

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

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

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

border-color css

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

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

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