Html Css Color HEX #68834B Dingley

📋 copy color: '#68834B'

red 104 ◦ green 131 ◦ blue 75

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

Shades of Dingley #68834B

Tints of Dingley #68834B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.26%

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

R = 33.55%
G = 42.26%
B = 24.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#68834B (or 0x68834B) is known color: Dingley. HEX triplet: 68, 83 and 4B. RGB value is (104,131,75). Sum of RGB (Red+Green+Blue) = 104+131+75=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 131 - color contains mainly: green. Hex color #68834B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68834B is #977CB4. Grayscale: #747474. Windows color (decimal): -9927861 or 4948840. OLE color: 4948840.

HSL color Cylindrical-coordinate representation of color #68834B: hue angle of 88.93º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68834B is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 131 75 -
CMYK 0.21 0 0.43 0.49
HSL 88.93º 0.27% 0.4% -
HSV(B) 88.93º 0.43% 0.51% -
XYZ 15.1 19.68 9.66 -
YUV 116.54 104.55 119.05 -
System Red Green Blue C M Y K H S L
Decimal 104 131 75 0.21 0 0.43 0.49 88.93 0.27 0.4
Hex 68 83 4B 15 0 2B 31 59 1B 28
Octal 150 203 113 25 0 53 61 131 33 50
Binary 1101000 10000011 1001011 10101 0 101011 110001 1011001 11011 101000

Color Harmonies of #68834B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68834B

Black with #68834B

Text Example


Text Example

White with #68834B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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