Html Css Color HEX #688A45 Dingley

📋 copy color: '#688A45'

red 104 ◦ green 138 ◦ blue 69

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

Shades of Dingley #688A45

Tints of Dingley #688A45

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.37%

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

R = 33.44%
G = 44.37%
B = 22.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.5

 K value IS 0.46

RGB Variations

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

Color information

#688A45 (or 0x688A45) is known color: Dingley. HEX triplet: 68, 8A and 45. RGB value is (104,138,69). Sum of RGB (Red+Green+Blue) = 104+138+69=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 138 - color contains mainly: green. Hex color #688A45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688A45 is #9775BA. Grayscale: #787878. Windows color (decimal): -9926075 or 4557416. OLE color: 4557416.

HSL color Cylindrical-coordinate representation of color #688A45: hue angle of 89.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #688A45 is Cyan = 0.25, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 138 69 -
CMYK 0.25 0 0.5 0.46
HSL 89.57º 0.33% 0.41% -
HSV(B) 89.57º 0.5% 0.54% -
XYZ 15.87 21.55 8.95 -
YUV 119.97 99.24 116.61 -
System Red Green Blue C M Y K H S L
Decimal 104 138 69 0.25 0 0.5 0.46 89.57 0.33 0.41
Hex 68 8A 45 19 0 32 2E 5A 21 29
Octal 150 212 105 31 0 62 56 132 41 51
Binary 1101000 10001010 1000101 11001 0 110010 101110 1011010 100001 101001

Color Harmonies of #688A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688A45

Black with #688A45

Text Example


Text Example

White with #688A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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