Html Css Color HEX #619A68 Laurel

📋 copy color: '#619A68'

red 97 ◦ green 154 ◦ blue 104

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

Shades of Laurel #619A68

Tints of Laurel #619A68

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.38%

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

R = 27.32%
G = 43.38%
B = 29.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#619A68 (or 0x619A68) is known color: Laurel. HEX triplet: 61, 9A and 68. RGB value is (97,154,104). Sum of RGB (Red+Green+Blue) = 97+154+104=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 154 - color contains mainly: green. Hex color #619A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619A68 is #9E6597. Grayscale: #838383. Windows color (decimal): -10380696 or 6855265. OLE color: 6855265.

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

Color convert

RGB 97 154 104 -
CMYK 0.37 0 0.32 0.40
HSL 127.37º 0.23% 0.49% -
HSV(B) 127.37º 0.37% 0.6% -
XYZ 18.98 26.65 17.24 -
YUV 131.26 112.62 103.57 -
System Red Green Blue C M Y K H S L
Decimal 97 154 104 0.37 0 0.32 0.40 127.37 0.23 0.49
Hex 61 9A 68 25 0 20 28 7F 17 31
Octal 141 232 150 45 0 40 50 177 27 61
Binary 1100001 10011010 1101000 100101 0 100000 101000 1111111 10111 110001

Color Harmonies of #619A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619A68

Black with #619A68

Text Example


Text Example

White with #619A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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