Html Css Color HEX #608F41 Dingley

📋 copy color: '#608F41'

red 96 ◦ green 143 ◦ blue 65

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

Shades of Dingley #608F41

Tints of Dingley #608F41

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.04%

 BLUE value IS 65 (25.78% from 255) = 21.38%

R = 31.58%
G = 47.04%
B = 21.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.44

RGB Variations

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

Color information

#608F41 (or 0x608F41) is known color: Dingley. HEX triplet: 60, 8F and 41. RGB value is (96,143,65). Sum of RGB (Red+Green+Blue) = 96+143+65=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 143 - color contains mainly: green. Hex color #608F41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608F41 is #9F70BE. Grayscale: #787878. Windows color (decimal): -10449087 or 4296544. OLE color: 4296544.

HSL color Cylindrical-coordinate representation of color #608F41: hue angle of 96.15º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #608F41 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 143 65 -
CMYK 0.33 0 0.55 0.44
HSL 96.15º 0.38% 0.41% -
HSV(B) 96.15º 0.55% 0.56% -
XYZ 15.6 22.51 8.52 -
YUV 120.06 96.93 110.84 -
System Red Green Blue C M Y K H S L
Decimal 96 143 65 0.33 0 0.55 0.44 96.15 0.38 0.41
Hex 60 8F 41 21 0 37 2C 60 26 29
Octal 140 217 101 41 0 67 54 140 46 51
Binary 1100000 10001111 1000001 100001 0 110111 101100 1100000 100110 101001

Color Harmonies of #608F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608F41

Black with #608F41

Text Example


Text Example

White with #608F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,143,65); }

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

background-color css

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

 a { background-color: rgb(96,143,65); }

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

border-color css

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

 span { border-color: rgb(96,143,65); }

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