Html Css Color HEX #619C66 Laurel

📋 copy color: '#619C66'

red 97 ◦ green 156 ◦ blue 102

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

Shades of Laurel #619C66

Tints of Laurel #619C66

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.94%

 BLUE value IS 102 (40.23% from 255) = 28.73%

R = 27.32%
G = 43.94%
B = 28.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#619C66 (or 0x619C66) is known color: Laurel. HEX triplet: 61, 9C and 66. RGB value is (97,156,102). Sum of RGB (Red+Green+Blue) = 97+156+102=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 156 - color contains mainly: green. Hex color #619C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619C66 is #9E6399. Grayscale: #848484. Windows color (decimal): -10380186 or 6724705. OLE color: 6724705.

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

Color convert

RGB 97 156 102 -
CMYK 0.38 0 0.35 0.39
HSL 125.08º 0.23% 0.5% -
HSV(B) 125.08º 0.38% 0.61% -
XYZ 19.22 27.28 16.82 -
YUV 132.2 110.95 102.89 -
System Red Green Blue C M Y K H S L
Decimal 97 156 102 0.38 0 0.35 0.39 125.08 0.23 0.5
Hex 61 9C 66 26 0 23 27 7D 17 32
Octal 141 234 146 46 0 43 47 175 27 62
Binary 1100001 10011100 1100110 100110 0 100011 100111 1111101 10111 110010

Color Harmonies of #619C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619C66

Black with #619C66

Text Example


Text Example

White with #619C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,156,102); }

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

background-color css

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

 a { background-color: rgb(97,156,102); }

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

border-color css

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

 span { border-color: rgb(97,156,102); }

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