Html Css Color HEX #608465 Laurel

📋 copy color: '#608465'

red 96 ◦ green 132 ◦ blue 101

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

Shades of Laurel #608465

Tints of Laurel #608465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

 BLUE value IS 101 (39.84% from 255) = 30.7%

R = 29.18%
G = 40.12%
B = 30.7%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#608465 (or 0x608465) is known color: Laurel. HEX triplet: 60, 84 and 65. RGB value is (96,132,101). Sum of RGB (Red+Green+Blue) = 96+132+101=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #608465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608465 is #9F7B9A. Grayscale: #757575. Windows color (decimal): -10451867 or 6653024. OLE color: 6653024.

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

Color convert

RGB 96 132 101 -
CMYK 0.27 0 0.23 0.48
HSL 128.33º 0.16% 0.45% -
HSV(B) 128.33º 0.27% 0.52% -
XYZ 15.42 19.93 15.35 -
YUV 117.7 118.57 112.52 -
System Red Green Blue C M Y K H S L
Decimal 96 132 101 0.27 0 0.23 0.48 128.33 0.16 0.45
Hex 60 84 65 1B 0 17 30 80 10 2D
Octal 140 204 145 33 0 27 60 200 20 55
Binary 1100000 10000100 1100101 11011 0 10111 110000 10000000 10000 101101

Color Harmonies of #608465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608465

Black with #608465

Text Example


Text Example

White with #608465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608465; }

 p { color: rgb(96,132,101); }

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

background-color css

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

 a { background-color: rgb(96,132,101); }

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

border-color css

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

 span { border-color: rgb(96,132,101); }

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