Html Css Color HEX #608243 Dingley

📋 copy color: '#608243'

red 96 ◦ green 130 ◦ blue 67

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

Shades of Dingley #608243

Tints of Dingley #608243

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.37%

 BLUE value IS 67 (26.56% from 255) = 22.87%

R = 32.76%
G = 44.37%
B = 22.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#608243 (or 0x608243) is known color: Dingley. HEX triplet: 60, 82 and 43. RGB value is (96,130,67). Sum of RGB (Red+Green+Blue) = 96+130+67=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #608243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608243 is #9F7DBC. Grayscale: #707070. Windows color (decimal): -10452413 or 4424288. OLE color: 4424288.

HSL color Cylindrical-coordinate representation of color #608243: hue angle of 92.38º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #608243 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 130 67 -
CMYK 0.26 0 0.48 0.49
HSL 92.38º 0.32% 0.39% -
HSV(B) 92.38º 0.48% 0.51% -
XYZ 13.82 18.86 8.22 -
YUV 112.65 102.24 116.12 -
System Red Green Blue C M Y K H S L
Decimal 96 130 67 0.26 0 0.48 0.49 92.38 0.32 0.39
Hex 60 82 43 1A 0 30 31 5C 20 27
Octal 140 202 103 32 0 60 61 134 40 47
Binary 1100000 10000010 1000011 11010 0 110000 110001 1011100 100000 100111

Color Harmonies of #608243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608243

Black with #608243

Text Example


Text Example

White with #608243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608243; }

 p { color: rgb(96,130,67); }

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

background-color css

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

 a { background-color: rgb(96,130,67); }

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

border-color css

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

 span { border-color: rgb(96,130,67); }

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