Html Css Color HEX #68854F Dingley

📋 copy color: '#68854F'

red 104 ◦ green 133 ◦ blue 79

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

Shades of Dingley #68854F

Tints of Dingley #68854F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.09%

 BLUE value IS 79 (31.25% from 255) = 25%

R = 32.91%
G = 42.09%
B = 25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#68854F (or 0x68854F) is known color: Dingley. HEX triplet: 68, 85 and 4F. RGB value is (104,133,79). Sum of RGB (Red+Green+Blue) = 104+133+79=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #68854F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68854F is #977AB0. Grayscale: #767676. Windows color (decimal): -9927345 or 5211496. OLE color: 5211496.

HSL color Cylindrical-coordinate representation of color #68854F: hue angle of 92.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68854F is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 133 79 -
CMYK 0.22 0 0.41 0.48
HSL 92.22º 0.25% 0.42% -
HSV(B) 92.22º 0.41% 0.52% -
XYZ 15.51 20.28 10.49 -
YUV 118.17 105.89 117.89 -
System Red Green Blue C M Y K H S L
Decimal 104 133 79 0.22 0 0.41 0.48 92.22 0.25 0.42
Hex 68 85 4F 16 0 29 30 5C 19 2A
Octal 150 205 117 26 0 51 60 134 31 52
Binary 1101000 10000101 1001111 10110 0 101001 110000 1011100 11001 101010

Color Harmonies of #68854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68854F

Black with #68854F

Text Example


Text Example

White with #68854F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68854F; }

 p { color: rgb(104,133,79); }

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

background-color css

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

 a { background-color: rgb(104,133,79); }

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

border-color css

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

 span { border-color: rgb(104,133,79); }

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