Html Css Color HEX #68874F Dingley

📋 copy color: '#68874F'

red 104 ◦ green 135 ◦ blue 79

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

Shades of Dingley #68874F

Tints of Dingley #68874F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.45%

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

R = 32.7%
G = 42.45%
B = 24.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#68874F (or 0x68874F) is known color: Dingley. HEX triplet: 68, 87 and 4F. RGB value is (104,135,79). Sum of RGB (Red+Green+Blue) = 104+135+79=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #68874F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68874F is #9778B0. Grayscale: #777777. Windows color (decimal): -9926833 or 5212008. OLE color: 5212008.

HSL color Cylindrical-coordinate representation of color #68874F: hue angle of 93.21º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68874F is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 135 79 -
CMYK 0.23 0 0.41 0.47
HSL 93.21º 0.26% 0.42% -
HSV(B) 93.21º 0.41% 0.53% -
XYZ 15.78 20.84 10.59 -
YUV 119.35 105.23 117.05 -
System Red Green Blue C M Y K H S L
Decimal 104 135 79 0.23 0 0.41 0.47 93.21 0.26 0.42
Hex 68 87 4F 17 0 29 2F 5D 1A 2A
Octal 150 207 117 27 0 51 57 135 32 52
Binary 1101000 10000111 1001111 10111 0 101001 101111 1011101 11010 101010

Color Harmonies of #68874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68874F

Black with #68874F

Text Example


Text Example

White with #68874F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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