Html Css Color HEX #68854A Dingley

📋 copy color: '#68854A'

red 104 ◦ green 133 ◦ blue 74

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

Shades of Dingley #68854A

Tints of Dingley #68854A

RGB

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

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

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

R = 33.44%
G = 42.77%
B = 23.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#68854A (or 0x68854A) is known color: Dingley. HEX triplet: 68, 85 and 4A. RGB value is (104,133,74). Sum of RGB (Red+Green+Blue) = 104+133+74=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #68854A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68854A is #977AB5. Grayscale: #757575. Windows color (decimal): -9927350 or 4883816. OLE color: 4883816.

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

Color convert

RGB 104 133 74 -
CMYK 0.22 0 0.44 0.48
HSL 89.49º 0.29% 0.41% -
HSV(B) 89.49º 0.44% 0.52% -
XYZ 15.33 20.21 9.57 -
YUV 117.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 104 133 74 0.22 0 0.44 0.48 89.49 0.29 0.41
Hex 68 85 4A 16 0 2C 30 59 1D 29
Octal 150 205 112 26 0 54 60 131 35 51
Binary 1101000 10000101 1001010 10110 0 101100 110000 1011001 11101 101001

Color Harmonies of #68854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68854A

Black with #68854A

Text Example


Text Example

White with #68854A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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