Html Css Color HEX #608B68 Laurel

📋 copy color: '#608B68'

red 96 ◦ green 139 ◦ blue 104

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

Shades of Laurel #608B68

Tints of Laurel #608B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41%

 BLUE value IS 104 (41.02% from 255) = 30.68%

R = 28.32%
G = 41%
B = 30.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#608B68 (or 0x608B68) is known color: Laurel. HEX triplet: 60, 8B and 68. RGB value is (96,139,104). Sum of RGB (Red+Green+Blue) = 96+139+104=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 139 - color contains mainly: green. Hex color #608B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608B68 is #9F7497. Grayscale: #7A7A7A. Windows color (decimal): -10450072 or 6851424. OLE color: 6851424.

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

Color convert

RGB 96 139 104 -
CMYK 0.31 0 0.25 0.45
HSL 131.16º 0.18% 0.46% -
HSV(B) 131.16º 0.31% 0.55% -
XYZ 16.56 21.95 16.46 -
YUV 122.15 117.75 109.35 -
System Red Green Blue C M Y K H S L
Decimal 96 139 104 0.31 0 0.25 0.45 131.16 0.18 0.46
Hex 60 8B 68 1F 0 19 2D 83 12 2E
Octal 140 213 150 37 0 31 55 203 22 56
Binary 1100000 10001011 1101000 11111 0 11001 101101 10000011 10010 101110

Color Harmonies of #608B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608B68

Black with #608B68

Text Example


Text Example

White with #608B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,139,104); }

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

background-color css

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

 a { background-color: rgb(96,139,104); }

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

border-color css

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

 span { border-color: rgb(96,139,104); }

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