Html Css Color HEX #608767 Laurel

📋 copy color: '#608767'

red 96 ◦ green 135 ◦ blue 103

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

Shades of Laurel #608767

Tints of Laurel #608767

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.42%

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

R = 28.74%
G = 40.42%
B = 30.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#608767 (or 0x608767) is known color: Laurel. HEX triplet: 60, 87 and 67. RGB value is (96,135,103). Sum of RGB (Red+Green+Blue) = 96+135+103=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 135 (53.12% from 255 or 40.42% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 135 - color contains mainly: green. Hex color #608767 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608767 is #9F7898. Grayscale: #777777. Windows color (decimal): -10451097 or 6784864. OLE color: 6784864.

HSL color Cylindrical-coordinate representation of color #608767: hue angle of 130.77º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #608767 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 135 103 -
CMYK 0.29 0 0.24 0.47
HSL 130.77º 0.17% 0.45% -
HSV(B) 130.77º 0.29% 0.53% -
XYZ 15.94 20.79 16.01 -
YUV 119.69 118.58 111.1 -
System Red Green Blue C M Y K H S L
Decimal 96 135 103 0.29 0 0.24 0.47 130.77 0.17 0.45
Hex 60 87 67 1D 0 18 2F 83 11 2D
Octal 140 207 147 35 0 30 57 203 21 55
Binary 1100000 10000111 1100111 11101 0 11000 101111 10000011 10001 101101

Color Harmonies of #608767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608767

Black with #608767

Text Example


Text Example

White with #608767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608767; }

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

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

background-color css

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

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

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

border-color css

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

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

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