Html Css Color HEX #608D6C Laurel

📋 copy color: '#608D6C'

red 96 ◦ green 141 ◦ blue 108

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

Shades of Laurel #608D6C

Tints of Laurel #608D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 27.83%
G = 40.87%
B = 31.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#608D6C (or 0x608D6C) is known color: Laurel. HEX triplet: 60, 8D and 6C. RGB value is (96,141,108). Sum of RGB (Red+Green+Blue) = 96+141+108=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 141 - color contains mainly: green. Hex color #608D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608D6C is #9F7293. Grayscale: #7B7B7B. Windows color (decimal): -10449556 or 7114080. OLE color: 7114080.

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

Color convert

RGB 96 141 108 -
CMYK 0.32 0 0.23 0.45
HSL 136º 0.19% 0.46% -
HSV(B) 136º 0.32% 0.55% -
XYZ 17.06 22.62 17.65 -
YUV 123.78 119.09 108.18 -
System Red Green Blue C M Y K H S L
Decimal 96 141 108 0.32 0 0.23 0.45 136 0.19 0.46
Hex 60 8D 6C 20 0 17 2D 88 13 2E
Octal 140 215 154 40 0 27 55 210 23 56
Binary 1100000 10001101 1101100 100000 0 10111 101101 10001000 10011 101110

Color Harmonies of #608D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608D6C

Black with #608D6C

Text Example


Text Example

White with #608D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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