Html Css Color HEX #618367 Laurel

📋 copy color: '#618367'

red 97 ◦ green 131 ◦ blue 103

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

Shades of Laurel #618367

Tints of Laurel #618367

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.58%

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

R = 29.31%
G = 39.58%
B = 31.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#618367 (or 0x618367) is known color: Laurel. HEX triplet: 61, 83 and 67. RGB value is (97,131,103). Sum of RGB (Red+Green+Blue) = 97+131+103=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 131 - color contains mainly: green. Hex color #618367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618367 is #9E7C98. Grayscale: #757575. Windows color (decimal): -10386585 or 6783841. OLE color: 6783841.

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

Color convert

RGB 97 131 103 -
CMYK 0.26 0 0.21 0.49
HSL 130.59º 0.15% 0.45% -
HSV(B) 130.59º 0.26% 0.51% -
XYZ 15.49 19.75 15.83 -
YUV 117.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 97 131 103 0.26 0 0.21 0.49 130.59 0.15 0.45
Hex 61 83 67 1A 0 15 31 83 F 2D
Octal 141 203 147 32 0 25 61 203 17 55
Binary 1100001 10000011 1100111 11010 0 10101 110001 10000011 1111 101101

Color Harmonies of #618367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618367

Black with #618367

Text Example


Text Example

White with #618367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618367; }

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

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

background-color css

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

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

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

border-color css

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

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

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