Html Css Color HEX #618A67 Laurel

📋 copy color: '#618A67'

red 97 ◦ green 138 ◦ blue 103

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

Shades of Laurel #618A67

Tints of Laurel #618A67

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.83%

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

R = 28.7%
G = 40.83%
B = 30.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#618A67 (or 0x618A67) is known color: Laurel. HEX triplet: 61, 8A and 67. RGB value is (97,138,103). Sum of RGB (Red+Green+Blue) = 97+138+103=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 138 - color contains mainly: green. Hex color #618A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618A67 is #9E7598. Grayscale: #797979. Windows color (decimal): -10384793 or 6785633. OLE color: 6785633.

HSL color Cylindrical-coordinate representation of color #618A67: hue angle of 128.78º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #618A67 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 138 103 -
CMYK 0.30 0 0.25 0.46
HSL 128.78º 0.17% 0.46% -
HSV(B) 128.78º 0.3% 0.54% -
XYZ 16.47 21.7 16.15 -
YUV 121.75 117.42 110.35 -
System Red Green Blue C M Y K H S L
Decimal 97 138 103 0.30 0 0.25 0.46 128.78 0.17 0.46
Hex 61 8A 67 1E 0 19 2E 81 11 2E
Octal 141 212 147 36 0 31 56 201 21 56
Binary 1100001 10001010 1100111 11110 0 11001 101110 10000001 10001 101110

Color Harmonies of #618A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618A67

Black with #618A67

Text Example


Text Example

White with #618A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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