Html Css Color HEX #609565 Laurel

📋 copy color: '#609565'

red 96 ◦ green 149 ◦ blue 101

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

Shades of Laurel #609565

Tints of Laurel #609565

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.06%

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

R = 27.75%
G = 43.06%
B = 29.19%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#609565 (or 0x609565) is known color: Laurel. HEX triplet: 60, 95 and 65. RGB value is (96,149,101). Sum of RGB (Red+Green+Blue) = 96+149+101=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #609565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609565 is #9F6A9A. Grayscale: #7F7F7F. Windows color (decimal): -10447515 or 6657376. OLE color: 6657376.

HSL color Cylindrical-coordinate representation of color #609565: hue angle of 125.66º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #609565 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 149 101 -
CMYK 0.36 0 0.32 0.42
HSL 125.66º 0.22% 0.48% -
HSV(B) 125.66º 0.36% 0.58% -
XYZ 17.92 24.92 16.18 -
YUV 127.68 112.94 105.4 -
System Red Green Blue C M Y K H S L
Decimal 96 149 101 0.36 0 0.32 0.42 125.66 0.22 0.48
Hex 60 95 65 24 0 20 2A 7E 16 30
Octal 140 225 145 44 0 40 52 176 26 60
Binary 1100000 10010101 1100101 100100 0 100000 101010 1111110 10110 110000

Color Harmonies of #609565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609565

Black with #609565

Text Example


Text Example

White with #609565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609565; }

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

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

background-color css

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

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

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

border-color css

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

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

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