Html Css Color HEX #608566 Laurel

📋 copy color: '#608566'

red 96 ◦ green 133 ◦ blue 102

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

Shades of Laurel #608566

Tints of Laurel #608566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.82%

R = 29%
G = 40.18%
B = 30.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#608566 (or 0x608566) is known color: Laurel. HEX triplet: 60, 85 and 66. RGB value is (96,133,102). Sum of RGB (Red+Green+Blue) = 96+133+102=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #608566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608566 is #9F7A99. Grayscale: #767676. Windows color (decimal): -10451610 or 6718816. OLE color: 6718816.

HSL color Cylindrical-coordinate representation of color #608566: hue angle of 129.73º 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 #608566 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 133 102 -
CMYK 0.28 0 0.23 0.48
HSL 129.73º 0.16% 0.45% -
HSV(B) 129.73º 0.28% 0.52% -
XYZ 15.61 20.22 15.65 -
YUV 118.4 118.74 112.02 -
System Red Green Blue C M Y K H S L
Decimal 96 133 102 0.28 0 0.23 0.48 129.73 0.16 0.45
Hex 60 85 66 1C 0 17 30 82 10 2D
Octal 140 205 146 34 0 27 60 202 20 55
Binary 1100000 10000101 1100110 11100 0 10111 110000 10000010 10000 101101

Color Harmonies of #608566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608566

Black with #608566

Text Example


Text Example

White with #608566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608566; }

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

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

background-color css

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

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

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

border-color css

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

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

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