Html Css Color HEX #617B65 Laurel

📋 copy color: '#617B65'

red 97 ◦ green 123 ◦ blue 101

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

Shades of Laurel #617B65

Tints of Laurel #617B65

RGB

 RED value IS 97 (38.28% from 255) = 30.22%

 GREEN value IS 123 (48.44% from 255) = 38.32%

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

R = 30.22%
G = 38.32%
B = 31.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#617B65 (or 0x617B65) is known color: Laurel. HEX triplet: 61, 7B and 65. RGB value is (97,123,101). Sum of RGB (Red+Green+Blue) = 97+123+101=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 123 - color contains mainly: green. Hex color #617B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617B65 is #9E849A. Grayscale: #707070. Windows color (decimal): -10388635 or 6650721. OLE color: 6650721.

HSL color Cylindrical-coordinate representation of color #617B65: hue angle of 129.23º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #617B65 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 123 101 -
CMYK 0.21 0 0.18 0.52
HSL 129.23º 0.12% 0.43% -
HSV(B) 129.23º 0.21% 0.48% -
XYZ 14.36 17.65 14.96 -
YUV 112.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 97 123 101 0.21 0 0.18 0.52 129.23 0.12 0.43
Hex 61 7B 65 15 0 12 34 81 C 2B
Octal 141 173 145 25 0 22 64 201 14 53
Binary 1100001 1111011 1100101 10101 0 10010 110100 10000001 1100 101011

Color Harmonies of #617B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617B65

Black with #617B65

Text Example


Text Example

White with #617B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617B65; }

 p { color: rgb(97,123,101); }

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

background-color css

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

 a { background-color: rgb(97,123,101); }

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

border-color css

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

 span { border-color: rgb(97,123,101); }

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