Html Css Color HEX #689142 Dingley

📋 copy color: '#689142'

red 104 ◦ green 145 ◦ blue 66

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

Shades of Dingley #689142

Tints of Dingley #689142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.95%

R = 33.02%
G = 46.03%
B = 20.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.43

RGB Variations

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

Color information

#689142 (or 0x689142) is known color: Dingley. HEX triplet: 68, 91 and 42. RGB value is (104,145,66). Sum of RGB (Red+Green+Blue) = 104+145+66=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #689142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689142 is #976EBD. Grayscale: #7C7C7C. Windows color (decimal): -9924286 or 4362600. OLE color: 4362600.

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

Color convert

RGB 104 145 66 -
CMYK 0.28 0 0.54 0.43
HSL 91.14º 0.37% 0.41% -
HSV(B) 91.14º 0.54% 0.57% -
XYZ 16.82 23.59 8.82 -
YUV 123.74 95.42 113.92 -
System Red Green Blue C M Y K H S L
Decimal 104 145 66 0.28 0 0.54 0.43 91.14 0.37 0.41
Hex 68 91 42 1C 0 36 2B 5B 25 29
Octal 150 221 102 34 0 66 53 133 45 51
Binary 1101000 10010001 1000010 11100 0 110110 101011 1011011 100101 101001

Color Harmonies of #689142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689142

Black with #689142

Text Example


Text Example

White with #689142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689142; }

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

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

background-color css

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

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

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

border-color css

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

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

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