Html Css Color HEX #608945 Dingley

📋 copy color: '#608945'

red 96 ◦ green 137 ◦ blue 69

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

Shades of Dingley #608945

Tints of Dingley #608945

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.36%

 BLUE value IS 69 (27.34% from 255) = 22.85%

R = 31.79%
G = 45.36%
B = 22.85%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#608945 (or 0x608945) is known color: Dingley. HEX triplet: 60, 89 and 45. RGB value is (96,137,69). Sum of RGB (Red+Green+Blue) = 96+137+69=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #608945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608945 is #9F76BA. Grayscale: #757575. Windows color (decimal): -10450619 or 4557152. OLE color: 4557152.

HSL color Cylindrical-coordinate representation of color #608945: hue angle of 96.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #608945 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 96 137 69 -
CMYK 0.30 0 0.50 0.46
HSL 96.18º 0.33% 0.4% -
HSV(B) 96.18º 0.5% 0.54% -
XYZ 14.84 20.81 8.86 -
YUV 116.99 100.92 113.03 -
System Red Green Blue C M Y K H S L
Decimal 96 137 69 0.30 0 0.50 0.46 96.18 0.33 0.4
Hex 60 89 45 1E 0 32 2E 60 21 28
Octal 140 211 105 36 0 62 56 140 41 50
Binary 1100000 10001001 1000101 11110 0 110010 101110 1100000 100001 101000

Color Harmonies of #608945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608945

Black with #608945

Text Example


Text Example

White with #608945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608945; }

 p { color: rgb(96,137,69); }

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

background-color css

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

 a { background-color: rgb(96,137,69); }

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

border-color css

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

 span { border-color: rgb(96,137,69); }

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