Html Css Color HEX #618B67 Laurel

📋 copy color: '#618B67'

red 97 ◦ green 139 ◦ blue 103

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

Shades of Laurel #618B67

Tints of Laurel #618B67

RGB

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

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

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

R = 28.61%
G = 41%
B = 30.38%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#618B67 (or 0x618B67) is known color: Laurel. HEX triplet: 61, 8B and 67. RGB value is (97,139,103). Sum of RGB (Red+Green+Blue) = 97+139+103=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 139 - color contains mainly: green. Hex color #618B67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618B67 is #9E7498. Grayscale: #7A7A7A. Windows color (decimal): -10384537 or 6785889. OLE color: 6785889.

HSL color Cylindrical-coordinate representation of color #618B67: hue angle of 128.57º 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 #618B67 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 139 103 -
CMYK 0.30 0 0.26 0.45
HSL 128.57º 0.18% 0.46% -
HSV(B) 128.57º 0.3% 0.55% -
XYZ 16.61 21.99 16.2 -
YUV 122.34 117.09 109.93 -
System Red Green Blue C M Y K H S L
Decimal 97 139 103 0.30 0 0.26 0.45 128.57 0.18 0.46
Hex 61 8B 67 1E 0 1A 2D 81 12 2E
Octal 141 213 147 36 0 32 55 201 22 56
Binary 1100001 10001011 1100111 11110 0 11010 101101 10000001 10010 101110

Color Harmonies of #618B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618B67

Black with #618B67

Text Example


Text Example

White with #618B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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