Html Css Color HEX #619B68 Laurel

📋 copy color: '#619B68'

red 97 ◦ green 155 ◦ blue 104

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

Shades of Laurel #619B68

Tints of Laurel #619B68

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.54%

 BLUE value IS 104 (41.02% from 255) = 29.21%

R = 27.25%
G = 43.54%
B = 29.21%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#619B68 (or 0x619B68) is known color: Laurel. HEX triplet: 61, 9B and 68. RGB value is (97,155,104). Sum of RGB (Red+Green+Blue) = 97+155+104=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #619B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619B68 is #9E6497. Grayscale: #838383. Windows color (decimal): -10380440 or 6855521. OLE color: 6855521.

HSL color Cylindrical-coordinate representation of color #619B68: hue angle of 127.24º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619B68 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 155 104 -
CMYK 0.37 0 0.33 0.39
HSL 127.24º 0.23% 0.49% -
HSV(B) 127.24º 0.37% 0.61% -
XYZ 19.15 26.98 17.3 -
YUV 131.84 112.28 103.15 -
System Red Green Blue C M Y K H S L
Decimal 97 155 104 0.37 0 0.33 0.39 127.24 0.23 0.49
Hex 61 9B 68 25 0 21 27 7F 17 31
Octal 141 233 150 45 0 41 47 177 27 61
Binary 1100001 10011011 1101000 100101 0 100001 100111 1111111 10111 110001

Color Harmonies of #619B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619B68

Black with #619B68

Text Example


Text Example

White with #619B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619B68; }

 p { color: rgb(97,155,104); }

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

background-color css

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

 a { background-color: rgb(97,155,104); }

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

border-color css

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

 span { border-color: rgb(97,155,104); }

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