Html Css Color HEX #608569 Laurel

📋 copy color: '#608569'

red 96 ◦ green 133 ◦ blue 105

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

Shades of Laurel #608569

Tints of Laurel #608569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.82%

 BLUE value IS 105 (41.41% from 255) = 31.44%

R = 28.74%
G = 39.82%
B = 31.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#608569 (or 0x608569) is known color: Laurel. HEX triplet: 60, 85 and 69. RGB value is (96,133,105). Sum of RGB (Red+Green+Blue) = 96+133+105=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #608569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608569 is #9F7A96. Grayscale: #767676. Windows color (decimal): -10451607 or 6915424. OLE color: 6915424.

HSL color Cylindrical-coordinate representation of color #608569: hue angle of 134.59º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608569 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 133 105 -
CMYK 0.28 0 0.21 0.48
HSL 134.59º 0.16% 0.45% -
HSV(B) 134.59º 0.28% 0.52% -
XYZ 15.76 20.28 16.45 -
YUV 118.75 120.24 111.78 -
System Red Green Blue C M Y K H S L
Decimal 96 133 105 0.28 0 0.21 0.48 134.59 0.16 0.45
Hex 60 85 69 1C 0 15 30 87 10 2D
Octal 140 205 151 34 0 25 60 207 20 55
Binary 1100000 10000101 1101001 11100 0 10101 110000 10000111 10000 101101

Color Harmonies of #608569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608569

Black with #608569

Text Example


Text Example

White with #608569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608569; }

 p { color: rgb(96,133,105); }

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

background-color css

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

 a { background-color: rgb(96,133,105); }

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

border-color css

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

 span { border-color: rgb(96,133,105); }

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