Html Css Color HEX #618265 Laurel

📋 copy color: '#618265'

red 97 ◦ green 130 ◦ blue 101

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

Shades of Laurel #618265

Tints of Laurel #618265

RGB

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

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

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

R = 29.57%
G = 39.63%
B = 30.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#618265 (or 0x618265) is known color: Laurel. HEX triplet: 61, 82 and 65. RGB value is (97,130,101). Sum of RGB (Red+Green+Blue) = 97+130+101=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #618265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618265 is #9E7D9A. Grayscale: #747474. Windows color (decimal): -10386843 or 6652513. OLE color: 6652513.

HSL color Cylindrical-coordinate representation of color #618265: hue angle of 127.27º 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 #618265 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 130 101 -
CMYK 0.25 0 0.22 0.49
HSL 127.27º 0.15% 0.45% -
HSV(B) 127.27º 0.25% 0.51% -
XYZ 15.26 19.45 15.26 -
YUV 116.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 97 130 101 0.25 0 0.22 0.49 127.27 0.15 0.45
Hex 61 82 65 19 0 16 31 7F F 2D
Octal 141 202 145 31 0 26 61 177 17 55
Binary 1100001 10000010 1100101 11001 0 10110 110001 1111111 1111 101101

Color Harmonies of #618265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618265

Black with #618265

Text Example


Text Example

White with #618265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618265; }

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

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

background-color css

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

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

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

border-color css

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

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

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