Html Css Color HEX #608567 Laurel

📋 copy color: '#608567'

red 96 ◦ green 133 ◦ blue 103

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

Shades of Laurel #608567

Tints of Laurel #608567

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.02%

R = 28.92%
G = 40.06%
B = 31.02%

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

#608567 (or 0x608567) is known color: Laurel. HEX triplet: 60, 85 and 67. RGB value is (96,133,103). Sum of RGB (Red+Green+Blue) = 96+133+103=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #608567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608567 is #9F7A98. Grayscale: #767676. Windows color (decimal): -10451609 or 6784352. OLE color: 6784352.

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

Color convert

RGB 96 133 103 -
CMYK 0.28 0 0.23 0.48
HSL 131.35º 0.16% 0.45% -
HSV(B) 131.35º 0.28% 0.52% -
XYZ 15.66 20.24 15.91 -
YUV 118.52 119.24 111.94 -
System Red Green Blue C M Y K H S L
Decimal 96 133 103 0.28 0 0.23 0.48 131.35 0.16 0.45
Hex 60 85 67 1C 0 17 30 83 10 2D
Octal 140 205 147 34 0 27 60 203 20 55
Binary 1100000 10000101 1100111 11100 0 10111 110000 10000011 10000 101101

Color Harmonies of #608567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608567

Black with #608567

Text Example


Text Example

White with #608567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608567; }

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

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

background-color css

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

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

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

border-color css

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

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

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