Html Css Color HEX #618267 Laurel

📋 copy color: '#618267'

red 97 ◦ green 130 ◦ blue 103

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

Shades of Laurel #618267

Tints of Laurel #618267

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.39%

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

R = 29.39%
G = 39.39%
B = 31.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#618267 (or 0x618267) is known color: Laurel. HEX triplet: 61, 82 and 67. RGB value is (97,130,103). Sum of RGB (Red+Green+Blue) = 97+130+103=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #618267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618267 is #9E7D98. Grayscale: #757575. Windows color (decimal): -10386841 or 6783585. OLE color: 6783585.

HSL color Cylindrical-coordinate representation of color #618267: hue angle of 130.91º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #618267 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 130 103 -
CMYK 0.25 0 0.21 0.49
HSL 130.91º 0.15% 0.45% -
HSV(B) 130.91º 0.25% 0.51% -
XYZ 15.36 19.49 15.78 -
YUV 117.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 97 130 103 0.25 0 0.21 0.49 130.91 0.15 0.45
Hex 61 82 67 19 0 15 31 83 F 2D
Octal 141 202 147 31 0 25 61 203 17 55
Binary 1100001 10000010 1100111 11001 0 10101 110001 10000011 1111 101101

Color Harmonies of #618267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618267

Black with #618267

Text Example


Text Example

White with #618267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618267; }

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

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

background-color css

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

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

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

border-color css

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

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

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