Html Css Color HEX #608D3D Dingley

📋 copy color: '#608D3D'

red 96 ◦ green 141 ◦ blue 61

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

Shades of Dingley #608D3D

Tints of Dingley #608D3D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47.32%

 BLUE value IS 61 (24.22% from 255) = 20.47%

R = 32.21%
G = 47.32%
B = 20.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#608D3D (or 0x608D3D) is known color: Dingley. HEX triplet: 60, 8D and 3D. RGB value is (96,141,61). Sum of RGB (Red+Green+Blue) = 96+141+61=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 141 (55.47% from 255 or 47.32% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 141 - color contains mainly: green. Hex color #608D3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608D3D is #9F72C2. Grayscale: #767676. Windows color (decimal): -10449603 or 4033888. OLE color: 4033888.

HSL color Cylindrical-coordinate representation of color #608D3D: hue angle of 93.75º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #608D3D is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 141 61 -
CMYK 0.32 0 0.57 0.45
HSL 93.75º 0.4% 0.4% -
HSV(B) 93.75º 0.57% 0.55% -
XYZ 15.19 21.87 7.84 -
YUV 118.43 95.59 112 -
System Red Green Blue C M Y K H S L
Decimal 96 141 61 0.32 0 0.57 0.45 93.75 0.4 0.4
Hex 60 8D 3D 20 0 39 2D 5E 28 28
Octal 140 215 75 40 0 71 55 136 50 50
Binary 1100000 10001101 111101 100000 0 111001 101101 1011110 101000 101000

Color Harmonies of #608D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D3D

Black with #608D3D

Text Example


Text Example

White with #608D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608D3D; }

 p { color: rgb(96,141,61); }

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

background-color css

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

 a { background-color: rgb(96,141,61); }

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

border-color css

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

 span { border-color: rgb(96,141,61); }

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