Html Css Color HEX #608044 Dingley

📋 copy color: '#608044'

red 96 ◦ green 128 ◦ blue 68

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

Shades of Dingley #608044

Tints of Dingley #608044

RGB

 RED value IS 96 (37.89% from 255) = 32.88%

 GREEN value IS 128 (50.39% from 255) = 43.84%

 BLUE value IS 68 (26.95% from 255) = 23.29%

R = 32.88%
G = 43.84%
B = 23.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#608044 (or 0x608044) is known color: Dingley. HEX triplet: 60, 80 and 44. RGB value is (96,128,68). Sum of RGB (Red+Green+Blue) = 96+128+68=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 128 - color contains mainly: green. Hex color #608044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608044 is #9F7FBB. Grayscale: #6F6F6F. Windows color (decimal): -10452924 or 4489312. OLE color: 4489312.

HSL color Cylindrical-coordinate representation of color #608044: hue angle of 92º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #608044 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB 96 128 68 -
CMYK 0.25 0 0.47 0.50
HSL 92º 0.31% 0.38% -
HSV(B) 92º 0.47% 0.5% -
XYZ 13.59 18.34 8.29 -
YUV 111.59 103.4 116.88 -
System Red Green Blue C M Y K H S L
Decimal 96 128 68 0.25 0 0.47 0.50 92 0.31 0.38
Hex 60 80 44 19 0 2F 32 5C 1F 26
Octal 140 200 104 31 0 57 62 134 37 46
Binary 1100000 10000000 1000100 11001 0 101111 110010 1011100 11111 100110

Color Harmonies of #608044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608044

Black with #608044

Text Example


Text Example

White with #608044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608044; }

 p { color: rgb(96,128,68); }

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

background-color css

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

 a { background-color: rgb(96,128,68); }

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

border-color css

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

 span { border-color: rgb(96,128,68); }

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