Html Css Color HEX #618B65 Laurel

📋 copy color: '#618B65'

red 97 ◦ green 139 ◦ blue 101

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

Shades of Laurel #618B65

Tints of Laurel #618B65

RGB

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

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

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

R = 28.78%
G = 41.25%
B = 29.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#618B65 (or 0x618B65) is known color: Laurel. HEX triplet: 61, 8B and 65. RGB value is (97,139,101). Sum of RGB (Red+Green+Blue) = 97+139+101=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 139 - color contains mainly: green. Hex color #618B65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618B65 is #9E749A. Grayscale: #7A7A7A. Windows color (decimal): -10384539 or 6654817. OLE color: 6654817.

HSL color Cylindrical-coordinate representation of color #618B65: hue angle of 125.71º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #618B65 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 139 101 -
CMYK 0.30 0 0.27 0.45
HSL 125.71º 0.18% 0.46% -
HSV(B) 125.71º 0.3% 0.55% -
XYZ 16.51 21.95 15.68 -
YUV 122.11 116.09 110.09 -
System Red Green Blue C M Y K H S L
Decimal 97 139 101 0.30 0 0.27 0.45 125.71 0.18 0.46
Hex 61 8B 65 1E 0 1B 2D 7E 12 2E
Octal 141 213 145 36 0 33 55 176 22 56
Binary 1100001 10001011 1100101 11110 0 11011 101101 1111110 10010 101110

Color Harmonies of #618B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618B65

Black with #618B65

Text Example


Text Example

White with #618B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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