Html Css Color HEX #68844B Dingley

📋 copy color: '#68844B'

red 104 ◦ green 132 ◦ blue 75

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

Shades of Dingley #68844B

Tints of Dingley #68844B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.44%

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

R = 33.44%
G = 42.44%
B = 24.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#68844B (or 0x68844B) is known color: Dingley. HEX triplet: 68, 84 and 4B. RGB value is (104,132,75). Sum of RGB (Red+Green+Blue) = 104+132+75=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #68844B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68844B is #977BB4. Grayscale: #757575. Windows color (decimal): -9927605 or 4949096. OLE color: 4949096.

HSL color Cylindrical-coordinate representation of color #68844B: hue angle of 89.47º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68844B is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 75 -
CMYK 0.21 0 0.43 0.48
HSL 89.47º 0.28% 0.41% -
HSV(B) 89.47º 0.43% 0.52% -
XYZ 15.23 19.95 9.71 -
YUV 117.13 104.22 118.63 -
System Red Green Blue C M Y K H S L
Decimal 104 132 75 0.21 0 0.43 0.48 89.47 0.28 0.41
Hex 68 84 4B 15 0 2B 30 59 1C 29
Octal 150 204 113 25 0 53 60 131 34 51
Binary 1101000 10000100 1001011 10101 0 101011 110000 1011001 11100 101001

Color Harmonies of #68844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68844B

Black with #68844B

Text Example


Text Example

White with #68844B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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