Html Css Color HEX #68894A Dingley

📋 copy color: '#68894A'

red 104 ◦ green 137 ◦ blue 74

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

Shades of Dingley #68894A

Tints of Dingley #68894A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.49%

 BLUE value IS 74 (29.3% from 255) = 23.49%

R = 33.02%
G = 43.49%
B = 23.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#68894A (or 0x68894A) is known color: Dingley. HEX triplet: 68, 89 and 4A. RGB value is (104,137,74). Sum of RGB (Red+Green+Blue) = 104+137+74=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #68894A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68894A is #9776B5. Grayscale: #787878. Windows color (decimal): -9926326 or 4884840. OLE color: 4884840.

HSL color Cylindrical-coordinate representation of color #68894A: hue angle of 91.43º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68894A is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 137 74 -
CMYK 0.24 0 0.46 0.46
HSL 91.43º 0.3% 0.41% -
HSV(B) 91.43º 0.46% 0.54% -
XYZ 15.89 21.33 9.76 -
YUV 119.95 102.07 116.62 -
System Red Green Blue C M Y K H S L
Decimal 104 137 74 0.24 0 0.46 0.46 91.43 0.3 0.41
Hex 68 89 4A 18 0 2E 2E 5B 1E 29
Octal 150 211 112 30 0 56 56 133 36 51
Binary 1101000 10001001 1001010 11000 0 101110 101110 1011011 11110 101001

Color Harmonies of #68894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68894A

Black with #68894A

Text Example


Text Example

White with #68894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68894A; }

 p { color: rgb(104,137,74); }

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

background-color css

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

 a { background-color: rgb(104,137,74); }

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

border-color css

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

 span { border-color: rgb(104,137,74); }

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