Html Css Color HEX #68874B Dingley

📋 copy color: '#68874B'

red 104 ◦ green 135 ◦ blue 75

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

Shades of Dingley #68874B

Tints of Dingley #68874B

RGB

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

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

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

R = 33.12%
G = 42.99%
B = 23.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#68874B (or 0x68874B) is known color: Dingley. HEX triplet: 68, 87 and 4B. RGB value is (104,135,75). Sum of RGB (Red+Green+Blue) = 104+135+75=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #68874B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68874B is #9778B4. Grayscale: #777777. Windows color (decimal): -9926837 or 4949864. OLE color: 4949864.

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

Color convert

RGB 104 135 75 -
CMYK 0.23 0 0.44 0.47
HSL 91º 0.29% 0.41% -
HSV(B) 91º 0.44% 0.53% -
XYZ 15.64 20.78 9.84 -
YUV 118.89 103.23 117.38 -
System Red Green Blue C M Y K H S L
Decimal 104 135 75 0.23 0 0.44 0.47 91 0.29 0.41
Hex 68 87 4B 17 0 2C 2F 5B 1D 29
Octal 150 207 113 27 0 54 57 133 35 51
Binary 1101000 10000111 1001011 10111 0 101100 101111 1011011 11101 101001

Color Harmonies of #68874B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68874B

Black with #68874B

Text Example


Text Example

White with #68874B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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