Html Css Color HEX #688E4B Dingley

📋 copy color: '#688E4B'

red 104 ◦ green 142 ◦ blue 75

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

Shades of Dingley #688E4B

Tints of Dingley #688E4B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.24%

 BLUE value IS 75 (29.69% from 255) = 23.36%

R = 32.4%
G = 44.24%
B = 23.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#688E4B (or 0x688E4B) is known color: Dingley. HEX triplet: 68, 8E and 4B. RGB value is (104,142,75). Sum of RGB (Red+Green+Blue) = 104+142+75=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 142 - color contains mainly: green. Hex color #688E4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688E4B is #9771B4. Grayscale: #7B7B7B. Windows color (decimal): -9925045 or 4951656. OLE color: 4951656.

HSL color Cylindrical-coordinate representation of color #688E4B: hue angle of 94.03º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #688E4B is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 142 75 -
CMYK 0.27 0 0.47 0.44
HSL 94.03º 0.31% 0.43% -
HSV(B) 94.03º 0.47% 0.56% -
XYZ 16.65 22.8 10.18 -
YUV 123 100.91 114.45 -
System Red Green Blue C M Y K H S L
Decimal 104 142 75 0.27 0 0.47 0.44 94.03 0.31 0.43
Hex 68 8E 4B 1B 0 2F 2C 5E 1F 2B
Octal 150 216 113 33 0 57 54 136 37 53
Binary 1101000 10001110 1001011 11011 0 101111 101100 1011110 11111 101011

Color Harmonies of #688E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688E4B

Black with #688E4B

Text Example


Text Example

White with #688E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,142,75); }

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

background-color css

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

 a { background-color: rgb(104,142,75); }

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

border-color css

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

 span { border-color: rgb(104,142,75); }

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