Html Css Color HEX #619865 Laurel

📋 copy color: '#619865'

red 97 ◦ green 152 ◦ blue 101

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

Shades of Laurel #619865

Tints of Laurel #619865

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.43%

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

R = 27.71%
G = 43.43%
B = 28.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#619865 (or 0x619865) is known color: Laurel. HEX triplet: 61, 98 and 65. RGB value is (97,152,101). Sum of RGB (Red+Green+Blue) = 97+152+101=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #619865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619865 is #9E679A. Grayscale: #818181. Windows color (decimal): -10381211 or 6658145. OLE color: 6658145.

HSL color Cylindrical-coordinate representation of color #619865: hue angle of 124.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #619865 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 152 101 -
CMYK 0.36 0 0.34 0.40
HSL 124.36º 0.22% 0.49% -
HSV(B) 124.36º 0.36% 0.6% -
XYZ 18.51 25.94 16.34 -
YUV 129.74 111.78 104.65 -
System Red Green Blue C M Y K H S L
Decimal 97 152 101 0.36 0 0.34 0.40 124.36 0.22 0.49
Hex 61 98 65 24 0 22 28 7C 16 31
Octal 141 230 145 44 0 42 50 174 26 61
Binary 1100001 10011000 1100101 100100 0 100010 101000 1111100 10110 110001

Color Harmonies of #619865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619865

Black with #619865

Text Example


Text Example

White with #619865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619865; }

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

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

background-color css

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

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

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

border-color css

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

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

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